|
|
|
|
|
- XML functions and threads
XMLPath (Function) In french: XMLPosition Returns the current position in the document in XPATH format.
Res is string
Res = XMLPath("MonDocument")
Syntax
<Result> = XMLPath(<XML document>)
<Result>: Character string Position of current element, in XPATH format. <XML document>: Character string Name of the XML document used. This document contains the XML code to study and it was created by XMLDocument. Remarks XML functions and threads If your application uses threads, the XML document is shared between all these threads. For more details on threads, see Managing threads. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|