xmlOpen
Version 22.0.8473
xmlOpen
Version 22.0.8473
Begin reading or writing an XML document.
Required Parameters
- mode: Indicates whether the file can be read or written. The allowed values are READ and 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.