Jump to content

XML/XPath: Difference between revisions

m
(add XML Category)
Line 35:
 
=={{header|C sharp|C#}}==
<lang csharp> XmlReader XReader;
// Either read the xml from a string ...
Line 76:
// Convert the generic list to an array and output the count of items.
Console.WriteLine(NodesValues.ToArray().Length);</lang>
 
=={{header|ColdFusion}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.