11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

C:\Program<br />

Files\Adobe\FrameMaker8\UniData<br />

XDOMOpen<br />

Syntax<br />

XDOMOpen(xmlDocument, docLocation, domHandle)<br />

Note: This function is case-sensitive. If you want it to be case-insensitive, you<br />

must compile your programs using the BASIC command with the -i option.<br />

Description<br />

XDOMOpen reads an XML document and creates a DOM structure. If the DTD is<br />

included in the document, UniData validates the document. The XML document can<br />

be from a string, or from a file, depending on the docLocation flag.<br />

Parameters<br />

The following table describes each parameter of the syntax.<br />

Parameter Description<br />

xmlDocument The XML document. [IN]<br />

docLocation A flag to specify whether xmlDocument is a string holding the XML<br />

document, or it is a file containing the XML document. Valid values are:<br />

XML.FROM.FILE<br />

XML.FROM.STRING<br />

[IN]<br />

domHandle Handle to the opened DOM structure. [OUT]<br />

XDOMOpen Parameters<br />

XDOMOpen 1-967

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!