We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bcdc4 commit a4b447cCopy full SHA for a4b447c
1 file changed
src/docbuild/config/xml/data/convert-v6-to-v7.xsl
@@ -31,6 +31,12 @@
31
<!-- ======== Parameters -->
32
<xsl:param name="use.xincludes" select="true()" />
33
34
+ <!-- Set the output directory -->
35
+ <xsl:param name="outputdir" select="" />
36
+
37
+ <!-- Set the schemaversion attribute in the output XML -->
38
+ <xsl:param name="schemaversion">7.0</xsl:param>
39
40
<!-- ======== Keys -->
41
<!-- Define a key to group <language> elements by their @lang attribute -->
42
<xsl:key name="langKey" match="category/language[not(ancestor-or-self::product)]" use="@lang" />
0 commit comments