Well I know we should figure out our own algorithm to parse but I want to study algorithms that already exist. My goal is to understand an algorithm of parsing a xml.
Thank, I'm not making trying to reinvent XML parsing but I wanna learn basic of it (they don't teach it in school). I will sure check that book out. (go hit the city library or just torrent it lol)
BTW, if you guys have your own algorithms please do share some ideas or pseudo code.
I think I know how XML is structured so I guess I'm interested in parsing process in general. Though if have something in mind that you think I don't know about XML yet please say so. I'll be glad to know more :)
For parsing and any related thing I suggest you Compilers: Principles, Techniques, and Tool ( know as Dragon book )
For the XML specification: http://www.w3.org/TR/xml/