Icon

01_​Basic_​XML_​processing_​with_​XPath

Basic XML Processing with XPath

This workflow demonstrates basic XML processing using XPath.

The example extracts information about Harry Potter books such as the title and year of publication from the XML format.


This workflow demonstrates basic XML processing using XPath. Construct XMLXML cellsbooks//book/title// title as a stringtitles//bookbooks// title as a string// at year as an integer// book/at yearas xml fragmentyears// at year//book[at year = 1999]Table Creator String To XML Ungroup XPath XPath Ungroup XPath Ungroup XPath XPath XPath Ungroup XPath XPath This workflow demonstrates basic XML processing using XPath. Construct XMLXML cellsbooks//book/title// title as a stringtitles//bookbooks// title as a string// at year as an integer// book/at yearas xml fragmentyears// at year//book[at year = 1999]Table Creator String To XML Ungroup XPath XPath Ungroup XPath Ungroup XPath XPath XPath Ungroup XPath XPath

Nodes

Extensions

Links