What is the fastest method to parse XML?
Posted
by Anand
on Stack Overflow
See other posts from Stack Overflow
or by Anand
Published on 2010-03-15T10:10:45Z
Indexed on
2010/03/15
10:19 UTC
Read the original article
Hit count: 609
What is the fastest method to parse an xml that is in a string like
`<Person<Profile>Anand</Profile><Profile>Anand2</Profile></Person>
© Stack Overflow or respective owner