Results 1 to 2 of 2

Thread: [C++] Library needed to validate and read XML

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    [C++] Library needed to validate and read XML

    I am about to begin a major new project which requires a great deal of XML processing. Some of our other projects have involved using "eXpat" to read XML, but this time I also need to validate the XML against a schema.

    eXpat is not a validating XML engine, it is just a reader.

    So my question is, can you recommend an alternative to eXpat which will do both validation against a schema and also allows efficient XML reading?

    I'd probably settle for a decent library that will do just the schema validation, and I'd just use eXpat to do the reading, but it would be more convenient to have one library that can do both.

    Any ideas?
    I don't live here any more.

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [C++] Library needed to validate and read XML

    VTDParser is extremely fast and powerful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width