/*
   * The selector for an element
   * call-seq:
   *   context.selector(xml_doc, "Name", 1) -> String
   */
  const char *selector(WsXmlDocH doc, const char *name, int index) {