Share via


EInvoiceCFDIXMLDocReader_MX.getXpathValue Method [AX 2012]

Gets the value of an element on the XML.

Syntax

protected str getXpathValue(str _xPath, [boolean _delimiter])

Run On

Called

Parameters

  • _xPath
    Type: str
    The path of the element.
  • _delimiter
    Type: boolean
    A value that indicates whether a delimiter must be returned at the start of a string.

Return Value

Type: str
The element value.

See Also

Reference

EInvoiceCFDIXMLDocReader_MX Class