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)

Return Value

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, 1996-2022 • Updated: 01/19/09
Comment or report problem with topic