Example #1
0
 public static string Attr(XmlNode node, AttributeSelector selector)
 {
     return(Attr_New(node, selector));
 }