G
Guest
Hi
I am trying to use the XmlReader class to read an xml file. However, this
Xml file contains schema tags, which the reader ignores. In fact, all it can
read is the
<?xml version="1.0" standalone="yes"?>, since this is the only thing outside
the schema tags. I cannot find any class called XmlSchemaReader or anything
like that. Does such a class exist, or if so is there any other way I can
loop through a schema one line at a time?
Thanks
Joe
I am trying to use the XmlReader class to read an xml file. However, this
Xml file contains schema tags, which the reader ignores. In fact, all it can
read is the
<?xml version="1.0" standalone="yes"?>, since this is the only thing outside
the schema tags. I cannot find any class called XmlSchemaReader or anything
like that. Does such a class exist, or if so is there any other way I can
loop through a schema one line at a time?
Thanks
Joe