xmlOpen
Version 20.0.7681
xmlOpen
Version 20.0.7681
Begin reading or writing an XML document.
Required Parameters
- mode: Indicates whether the file can be read or written. The allowed values are ‘READ, WRITE’. The default value is ‘READ’.
Optional Parameters
- uri: An XML file URI.
- text: XML text.
Output Attributes
- handle: The handle of the specified XML reader or writer.
- warning#: The warnings of the specified XML reader or writer.