XML Functions (LR_XML)

XML is a language for web documents that contain structured information. It enables the identification of structures within the document, and provides the facility to define markup tags and their role. VuGen's web Vusers support web pages containing XML code.

The XML functions are not recorded—you insert them manually into your script.

See also Example Scripts for XML Queries

XML Functions

Click one of the following functions for more information:

lr.xmlDeleteDeletes fragments from an XML string
lr.xmlExtractExtracts XML string fragments from an XML string
lr.xmlFindVerifies that XML values are returned by a query
lr.xmlGetValuesRetrieves values of XML elements found by a query
lr.xmlInsertInserts a new XML fragment into an XML string
lr.xmlReplaceReplaces fragments of an XML string
lr.xmlSetValuesSets the values of XML elements found by a query
lr.xmlTransformApplies Extensible Stylesheet Language (XSL) Transformation to XML data