0

Does [Expat]https://libexpat.github.io/ c library parser can do the XML data validation against XML Schema Definition(XSD) like library Libxml2?

Many thx!

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 16 '22 at 00:50

1 Answers1

0

No, expat only offers an event-based, stream-oriented XML parser.

nwellnhof
  • 32,319
  • 7
  • 89
  • 113