XmlReader

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Come on, isn't anyone going to help me with this, I'm really stuck. If it is
impossible then say so

Thanks.
Joe
 
JoeF,

I do not know if there is a solution for your question, however it should
be, however I had or saw this never as a problem. (Maybe you can tell why
you need this and is there an alternative).

However ask this first in the newsgroup
microsoft.public.dotnet.framework.adonet

There you have more change to get an answer on your questions, and when not
reply it with what you did now, than can I maybe (I do not promish that) try
to find the solution with you in that newsgroup.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top