Skip to content

Commit

Permalink
feat(schematron): bump built-in SchXslt to v1.9.5 (xspec#1710)
Browse files Browse the repository at this point in the history
Co-authored-by: galtm <40716346+galtm@user.noreply.github.com>
  • Loading branch information
2 people authored and github-actions[bot] committed May 5, 2023
1 parent 44980f8 commit 3237039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/schxslt/1.0/version.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<dct:creator>
<dct:Agent>
<skos:prefLabel>SchXslt/1.9.4 (XSLT 1.0)</skos:prefLabel>
<skos:prefLabel>SchXslt/1.9.5 (XSLT 1.0)</skos:prefLabel>
</dct:Agent>
</dct:creator>
</rdf:Description>
Expand Down
2 changes: 1 addition & 1 deletion lib/schxslt/2.0/compile/compile-2.0.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
</mode>
</xsl:if>

<xsl:for-each-group select="$patterns" group-by="string-join((base-uri(.), @documents), '~')">
<xsl:for-each-group select="$patterns" group-by="string(@documents)">
<xsl:variable name="mode" as="xs:string" select="generate-id()"/>

<xsl:if test="$xslt-version = '3.0'">
Expand Down
2 changes: 1 addition & 1 deletion lib/schxslt/2.0/version.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</xsl:template>

<xsl:function name="schxslt:user-agent" as="xs:string">
<xsl:variable name="schxslt-ident" as="xs:string">SchXslt/1.9.4</xsl:variable>
<xsl:variable name="schxslt-ident" as="xs:string">SchXslt/1.9.5</xsl:variable>
<xsl:variable name="xslt-ident" as="xs:string">
<xsl:value-of separator="/" select="(system-property('xsl:product-name'), system-property('xsl:product-version'))"/>
</xsl:variable>
Expand Down

0 comments on commit 3237039

Please sign in to comment.