I might be wrong, but I think to answer Icemountain's question in his post icemountain: To parse or not to parse... that parser is a general term used in computer science to talk about something that dissects source code and turns it into object code. In the case of XML it will be out web browser that acts as the parser. However, with programming languages it is generally some type of code complier.
Bud, obviously correct me if this is wrong.
Comments