/*
   * add attribute to node
   *
   * call-seq:
   *  node.attr_add("namespace", "name", "value") -> XmlAttr
   */
  WsXmlAttrH attr_add( const char *ns, const char *name, const char *value ) {