www.krengeltech.com

RXS_setXPath

From Wiki

User Guide
v2.00+

Contents

Description

Use this subprocedure to set the base value of the XML document's XPath. This is typically used for an XML structure that contains long element names and/or many parent-child relationships. This XPath is used in conjunction with the RXS_DOMGetData and RXS_getXPath APIs.

Prototype

     D RXS_setXPath    pr
     D  pXPath                             const like(RXS_XPath)

Parameters

pXPath
An XPath segment value.

Return value

None.

Notes / Examples

None.