wwXML::Load
Loads an XMLDOM document based on a file or url with error checking.
The instance loaded is based on MSXML 3.x.
o.Load(lcUrl, llAsync, llPreserveWhiteSpace)
XMLDOM instance or null. Check cErrorMsg if null is returned.
Parameters
lcUrl
A URL or local file that is loaded into the XML parser
llAsync
If .T. the document is loaded asynchronously.
llPreserveWhiteSpace
Determines whether the DOM preserves whitespace when loading and saving.
See also
Class wwXML© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic