Anyone suggest a library for processing XML files?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dolphin

    Anyone suggest a library for processing XML files?

    Hi All

    Can you suggest a library for processing XML files?

    Thanks!
  • dave_mikesell@fastmail.fm

    #2
    Re: Anyone suggest a library for processing XML files?

    On Feb 13, 6:55 am, dolphin <jdxyw2...@gmai l.comwrote:
    Can you suggest a library for processing XML files?
    Have you tried Googling for "C++ XML processing"? The first hit is
    the one you want.

    Comment

    • AnonMail2005@gmail.com

      #3
      Re: Anyone suggest a library for processing XML files?

      Can you suggest a library for processing XML files?

      Xerces seems to have widespread use. We use our own
      thin wrapper around libxml2 which is a C library.
      It works well for us.

      HTH

      Comment

      Working...