XML parser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dariophoenix
    New Member
    • Oct 2006
    • 34

    XML parser

    Hi,
    I'm working with Visual Studio C++ in Windows XP and I need to parse XML documents (following a given DTD). Which parser do you recommend?
  • vpawizard
    New Member
    • Nov 2006
    • 66

    #2
    Expat--It is open source and free written in ANSI C

    Expat

    Comment

    Working...