Archive for September 25th, 2003

25
Sep

UDF to extract tagged data from XML

A webforum user brought up a need to parse the text from an XML document for specific elements and display it in a list. This is something that’s readily accomplished with XPath and XSLT. Here’s a UDF that performs the extraction using an XPath search.

Continue reading ‘UDF to extract tagged data from XML’