annotate stylesheets/en/fo.xsl @ 738:1a3d882149fd

Set chunker.output.encoding to 'utf-8'
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon, 16 Mar 2009 17:49:05 +0800
parents bae6d1503482
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
723
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1 <?xml version="1.0"?>
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3 xmlns:fo="http://www.w3.org/1999/XSL/Format"
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4 version='1.0'>
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6 <xsl:import href="../fo.xsl"/>
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8 <xsl:param name="l10n.gentext.language" select="'en'"/>
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
9
3c5e1c03cc3e Add XSL stylesheets for DocBook
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
10 </xsl:stylesheet>