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_xml_deleteDeletes fragments from an XML string
lr_xml_extractExtracts XML string fragments from an XML string
lr_xml_findVerifies that XML values are returned by a query
lr_xml_get_valuesRetrieves values of XML elements found by a query
lr_xml_insertInserts a new XML fragment into an XML string
lr_xml_replaceReplaces fragments of an XML string
lr_xml_set_valuesSets the values of XML elements found by a query
lr_xml_transformApplies Extensible Stylesheet Language (XSL) Transformation to XML data