Hello.
Does anyone know a good XML parser library? I am searching for something that generates some sort of tree from an xml file.
Tks.
Hello.
Does anyone know a good XML parser library? I am searching for something that generates some sort of tree from an xml file.
Tks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mike GoldPosted Mar 6, 2008, 11:51 PM
you can do what you are saying from the library built into .NET (System.Xml). What is it exactly that you want to do? Do you want to draw a graphical representation of your XML file?