Xml Parser

  • Thread starter Thread starter Tony
  • Start date Start date
Does .Net use the same Xml Prser as IE is using ?

IE is a native app and I believe that it uses the COM XML parser.

I believe that .NET parsers (XmlDocument, XDocument, XmlReader etc.) are
pure managed code.

You could use the COM XML parser from .NET, but it would raise the
question "why?".

Why are you asking?

Arne
 
Just for quirosity.

//Tony


Arne Vajhøj said:
IE is a native app and I believe that it uses the COM XML parser.

I believe that .NET parsers (XmlDocument, XDocument, XmlReader etc.) are
pure managed code.

You could use the COM XML parser from .NET, but it would raise the
question "why?".

Why are you asking?

Arne
 

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

Similar Threads

encoding 1
Why is this XPath doesn't give correct result 1
Xml serialization 5
Xml and DataSet 5
What does this mean(web site content) 2
About XML 2
Some very basic xml 4
xslt 2

Back
Top