@Fabio: It's not really that advanced, just works on maching patterns. Strictly speaking it's not really a parser because it doesn't recognised nesting as such. Just sometime I made for use by another one of my applications. Good luck with your C parser.
@Fabio: It's not really that advanced, just works on maching patterns. Strictly speaking it's not really a parser because it doesn't recognised nesting as such. Just sometime I made for use by another one of my applications. Good luck with your C parser.
samjiman 1 year ago
Very nice!
Your parser is based on SAX or DOM?
I'm working in a simple xml parser in C too.
FabioLimaCE 2 years ago
Hi, where can I see the code of this parser?
dezordia 3 years ago 2
Nice
jaredvaldez2 3 years ago