Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 503 Bytes

parse-as-xml.md

File metadata and controls

19 lines (12 loc) · 503 Bytes

Parse as XML

The PARSE-AS-XML directive parses an XML document. The directive operates on a column to parse that into an XML VTD object; that can be further queried using the XPATH directive.

Syntax

parse-as-xml <column>

The <column> is the name of the column in the record that is an XML document.

Usage Notes

The PARSE-AS-XML directive efficiently parses and represents an XML document using an in-memory structure that can then be queried using other directives.