Skip to content

Commit

Permalink
Extend xpath-functions schema with CSV components
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Jan 9, 2025
1 parent bf9f234 commit a671e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions specifications/xpath-functions-40/src/xpath-functions.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@

<xs:include schemaLocation="analyze-string.xsd"/>
<xs:include schemaLocation="schema-for-json.xsd"/>
<xs:include schemaLocation="schema-for-csv.xsd"/>
</xs:schema>
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<xsl:mode typed="strict"/>

<xsl:template match="/">
<xsl:message>Running generate-qt3-test-set using {system-property('xsl:product-name')} {system-property('xsl:product-version')}</xsl:message>
<xsl:document validation="strict">
<xsl:for-each select="1 to 20">
<xsl:comment>DO NOT EDIT: GENERATED BY generate-qt3-test-set.xsl</xsl:comment>
Expand Down

0 comments on commit a671e71

Please sign in to comment.