diff --git a/modules/conditional-processing.xml b/modules/conditional-processing.xml index 5cdd5b6..bba76e8 100755 --- a/modules/conditional-processing.xml +++ b/modules/conditional-processing.xml @@ -15,7 +15,9 @@ Conditional XML processing under for LaTeX output formats. --> <template name="process-when-latex" match="process-when[ contains( @format, 'latex' ) ]"> - <common formats="/latex/xelatex/"><xsl:apply-templates /></common> + <common formats="/latex/xelatex/"> + <xsl:apply-templates /> + </common> </template> @@ -23,7 +25,9 @@ Conditional XML processing under for HTML output formats. --> <template name="process-when-html" match="process-when[ contains( @format, 'html' ) ]"> - <common formats="/html/xhtml/"><xsl:apply-templates /></common> + <common formats="/html/xhtml/"> + <xsl:apply-templates /> + </common> </template>