votes
Search ALL Attributes in XML file
Search ALL Attributes in XML file. For the moment I make this useful Search for ALL the Nodes in a XML file. I wonder if something similar can be done for Attributes? Here is my findings: [code] string retName; XmlNodeList list = nul ...
