Skip to content

Commit

Permalink
Schema should actually be versioned ...
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Oct 9, 2018
1 parent d3b1ddb commit 65c36e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/xproc/update-tei-sources.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
</xsl:template>

<xsl:template match="processing-instruction('oxygen')|processing-instruction('xml-model')[not(preceding::processing-instruction('xml-model'))]">
<xsl:processing-instruction name="xml-model">href="http://faustedition.net/schema/faust-tei.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"</xsl:processing-instruction>
<xsl:processing-instruction name="xml-model">href="http://faustedition.net/schema/faust-tei.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"</xsl:processing-instruction>
<xsl:processing-instruction name="xml-model">href="http://faustedition.net/schema/1.0/faust-tei.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"</xsl:processing-instruction>
<xsl:processing-instruction name="xml-model">href="http://faustedition.net/schema/1.0/faust-tei.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"</xsl:processing-instruction>
</xsl:template>
<xsl:template match="processing-instruction('xml-model')[preceding::processing-instruction('xml-model')]"/>

Expand Down

0 comments on commit 65c36e3

Please sign in to comment.