RosettaCodeData/Task/XML-XPath/Mathematica/xml-xpath.math

5 lines
246 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
example = Import["test.txt", "XML"];
Cases[example, XMLElement["item", _ , _] , Infinity] // First
Cases[example, XMLElement["price", _, List[n_]] -> n, Infinity] // Column
Cases[example, XMLElement["name", _, List[n_]] -> n, Infinity] // Column