renggli / dart-xml

Lightweight library for parsing, traversing, and transforming XML in Dart.
http://pub.dartlang.org/packages/xml
MIT License
223 stars 52 forks source link

Validate XML file against XSD #179

Closed al-tran closed 1 year ago

al-tran commented 1 year ago

Hello,

Is there a way to validate an XML file against an XSD schema ? I did not find anything about that.

Thank you.

renggli commented 1 year ago

No, not currently supported, see https://github.com/renggli/dart-xml#limitations.