Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want to create a custom parser for a XML file which parses the tokens in XML file and proceeds accordingly.

How can i begin with the task..?
Posted
Comments
Sergey Alexandrovich Kryukov 12-Jun-12 2:05am    
What, yet another parser? Why?!
--SA
gaurish thakkar 12-Jun-12 2:25am    
yup this tym it is more complex than any static parsing

1 solution

What exactly do you need? The framework's System.Xml[^] namespace contains really advanced tools. If you don't know how to begin with, how can you know if the standard tools are not enough? That is really not a "static" parser, whatever that means to you.
 
Share this answer
 
Comments
gaurish thakkar 12-Jun-12 3:50am    
i meant someone had given a link of hardcoded parsing function.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900