XML as a inpput rule for a parser

fmarassi

New member
Joined
May 3, 2006
Messages
1
Programming Experience
Beginner
Hi,

I need to build a parser that will get a .txt printout file and parse it. I have a .xml file that could be used as rule to my parsing. It divides the comands... but the problem every node of "a command" have diferent subnodes inside....

How should I do a parser like that ?!?! Wich it´s the easiest way... What should I study to do this !?!?

I´ve found a wrapper that spares the xml in classes... should it be a solution ?!?!

Thanks and BR,
 

Attachments

  • R11_xml.txt
    28.8 KB · Views: 9
Back
Top