
19 Dec
2008
19 Dec
'08
3:23 p.m.
Florent Georges wrote:
I have the Schematron schema at the end of this email
BTW, everything works just fine with this simplified version: <schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> <let name="dico" value=" doc('luis-costa-rules.xml')/rules/ContentInfo"/> <pattern> <rule context="ContentInfo"> <assert test=" some $d in $dico satisfies deep-equal(., $d)"> Message... </assert> </rule> </pattern> </schema> Regards, -- Florent Georges http://www.fgeorges.org/