|
|
|
|
|
XMLCancelSearch (Function) In french: XMLAnnuleRecherche Cancels the search performed by XMLFind.
XMLFind("XMLDoc", "price", XMLTag)
WHILE XMLFound("XMLDoc") = True
Info("Tag found " + XMLElementName("DocXML"))
XMLNext("XMLDoc")
END
XMLCancelSearch("XMLDoc")
XMLFirst("XMLDoc")
WHILE XMLOut("XMLDoc") = False
XMLNext("XMLDoc")
END
Syntax
XMLCancelSearch(<XML document>)
<XML document>: Character string Name of XML document in which the search will be canceled. This document contains the XML code and it was created by XMLDocument.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|