CreateXMLDocument
Lets you load an empty document created using the new function or load a document saved on disk or in database.
Arguments
Name | Input / Output | Required? | Type | Comment |
iXMLDocument | In | Yes | ObjectType | - Path of the XML source document.
- PLMDMTDocument
- Logical name (resource table).
|
iWithValidation | In | No | Boolean | Checks that the file complies with the schema. |
iSchema | In | No | ObjectType | - Path of the XML source document.
- PLMDMTDocument
- Logical name (resource table).
|
iNamespace | In | No | String | |
Example
xmlReferenceDoc = CreateXMLDocument("e:\\XmlSample.xml")