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
 
Back
Top