XMLReader.SetString
Syntax:
Parameters:
<XMLLine> (required)
Line containing XML text.
<Parameters> (optional)
Reading parameters to be used for reading XML data.
<XMLSchemaSet> (optional)
XML schema set employed for validation of the XML document being read.
If the schema set is defined but not validated, and XML document validation is activated, then the schema set validation will be performed.
Description:
Availability:
Example:
XMLReader = New XMLReader; XMLReader.SetString(StrXML); |