We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fbc3e commit 419ee39Copy full SHA for 419ee39
1 file changed
src/docbuild/config/xml/data/convert-v6-to-v7.xsl
@@ -32,7 +32,7 @@
32
<xsl:param name="use.xincludes" select="true()" />
33
34
<!-- Set the output directory -->
35
- <xsl:param name="outputdir" select="" />
+ <xsl:param name="outputdir" select="'output/'" />
36
37
<!-- Set the schemaversion attribute in the output XML -->
38
<xsl:param name="schemaversion">7.0</xsl:param>
0 commit comments