Xml Parser

A

Arne Vajhøj

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
 
T

Tony

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
 
A

Arne Vajhøj

Just for quirosity.

Download one of the decompilers and look at the code yourself.

Or even download the source from MS if that is an option for
you.

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
About XML 2
Xml and DataSet 5
Xml serialization 5
Some very basic xml 4
xml parser newbie 4
Does it exist WebService that has a GUI 3
What about the performance between LinQ to Xml and using the XPath 1

Top