Skip to content

Commit a4b447c

Browse files
committed
Introduce new parameters
1 parent 97bcdc4 commit a4b447c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/docbuild/config/xml/data/convert-v6-to-v7.xsl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<!-- ======== Parameters -->
3232
<xsl:param name="use.xincludes" select="true()" />
3333

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+
3440
<!-- ======== Keys -->
3541
<!-- Define a key to group <language> elements by their @lang attribute -->
3642
<xsl:key name="langKey" match="category/language[not(ancestor-or-self::product)]" use="@lang" />

0 commit comments

Comments
 (0)