ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / XML file functions
  • XML functions and threads
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
XMLPath (Function)
In french: XMLPosition
Returns the current position in the document in XPATH format.
Example
Res is string
Res = XMLPath("MyDocument")
// Res has the following format: /ORDERS/ORDERLINE[2]/@NUMBER on an attribute
// Res has the following format: /ORDERS/ORDERLINE[1] on a child tag
// Res has the following format: /ORDERS on a tag
// Caution, the XMLPosition function can also return a string
// in the following format (syntactically valid): /*/*[8]/*[1]
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
Component: wd290xml.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/16/2022

Send a report | Local help