Skip to content
Snippets Groups Projects
Commit e7cb8d49 authored by David Maus's avatar David Maus
Browse files

XSLT-Stylehsheet: Schematron extrahieren

parent 1e48e303
No related branches found
No related tags found
No related merge requests found
<xsl:transform version="2.0"
exclude-result-prefixes="#all"
xmlns:rng="http://relaxng.org/ns/structure/1.0"
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="rng:grammar">
<sch:schema queryBinding="xslt">
<xsl:sequence select="//sch:ns"/>
<xsl:sequence select="//sch:pattern"/>
</sch:schema>
</xsl:template>
</xsl:transform>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment