Click or drag to resize

XMLSelectNodes Function

X#
Select specific nodes via xpath.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 FUNCTION XMLSelectNodes(
	nDocHandle AS INT64,
	cSelect AS STRING,
	aTagHandles OUT USUAL
) AS LOGIC
Request Example View Source

Parameters

nDocHandle
Type: Int64
Numeric handle for an XML document.
cSelect
Type: String
XPath select statement.
aTagHandles
Type: Usual
Output array

Return Value

Type: Logic
Returns .T. (true) nDocHandle is recognized or .F. (false) otherwise.
See Also