libxml / test /schematron /zvon16.sct
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:pattern id="TestPattern">
<sch:rule context="book">
<sch:report test="not(@available)">Book <sch:value-of select="falae()"/> test</sch:report>
</sch:rule>
</sch:pattern>
</sch:schema>