| |
---|
| | <!-- |
---|
| | 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> |
---|
| | |
---|
| | |
---|
| | <!-- |
---|
| | 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> |
---|
| | |
---|
| | |
---|
| | <!-- |
---|
| |
---|
|