I just tried out the Schematron support in LibXML2. # cat test.sch <schema xmlns="http://purl.oclc.org/dsdl/schematron"> <title>Test</title> <ns prefix="asg" uri="http://as-guides.com/wev1"/> <pattern> <rule context="asg:broadca...@tip]"> <assert test="asg:Image">Wir haben ein Bild.</assert> </rule> </pattern> </schema>
# xmllint --version xmllint: using libxml version 20702 compiled with: [...] Schemas Schematron [...] # xmllint --noout --schematron test.sch /tmp/t1.xml /tmp/t1.xml validation generated an internal error The doc t1.xml is alright; its document element matches the Schematron <pattern>. What does the error message mean? Michael Ludwig _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
