Why a Parser in C?
As you learned in the last chapter, the majority of XML parsers are written in Java. Java is the language strongly associated with XML in the development community, probably because both promise the nirvana of complete cross-platform compatibility.
However most industrial-strength applications are still written in C, and Java still cannot approach C for speed of execution. Most Windows programs are written in C or in a rapid development language such as Visual Basic. Indeed, VB remains the most popular environment for rapid development of Windows programs, and it is also the most popular language for writing proprietary interfaces with databases. It is also the syntax used for programming with the Microsoft Office suite.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access