From: <hib...@li...> - 2006-06-25 07:37:13
|
Author: caoxg Date: 2006-06-25 03:37:06 -0400 (Sun, 25 Jun 2006) New Revision: 10044 Modified: trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/fopdf.xsl trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html.xsl trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html_chunk.xsl Log: Modified: trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/fopdf.xsl =================================================================== --- trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/fopdf.xsl 2006-06-25 07:29:48 UTC (rev 10043) +++ trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/fopdf.xsl 2006-06-25 07:37:06 UTC (rev 10044) @@ -44,9 +44,6 @@ <fo:external-graphic src="file:images/hibernate_logo_a.png"/> </fo:block> <fo:block font-family="Helvetica" font-size="22pt" padding-before="10mm"> - <xsl:value-of select="bookinfo/title"/> - </fo:block> - <fo:block font-family="Helvetica" font-size="18pt" padding-before="10mm"> <xsl:value-of select="bookinfo/subtitle"/> </fo:block> <fo:block font-family="Helvetica" font-size="12pt" padding="10mm"> @@ -272,6 +269,7 @@ <xsl:attribute name="font-size">0.8em</xsl:attribute> </xsl:attribute-set> + <!--################################################### Tables ################################################### --> @@ -300,23 +298,6 @@ <xsl:param name="section.autolabel" select="1"/> <xsl:param name="section.label.includes.component.label" select="1"/> - <!-- Label only Sections up to level 2 --> - <xsl:param name="local.l10n.xml" select="document('')"/> - <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> - <l:l10n language="en"> - <l:context name="title-numbered"> - <l:template name="sect3" text="%t"/> - <l:template name="sect4" text="%t"/> - <l:template name="sect5" text="%t"/> - </l:context> - <l:context name="section-xref-numbered"> - <l:template name="sect3" text="the section called %t"/> - <l:template name="sect4" text="the section called %t"/> - <l:template name="sect5" text="the section called %t"/> - </l:context> - </l:l10n> - </l:i18n> - <!--################################################### Titles ################################################### --> @@ -516,4 +497,13 @@ --> <xsl:param name="draft.mode" select="'no'"/> + <!-- Simplified Chinese related Settings --> + <xsl:param name="hyphenate">false</xsl:param> + <xsl:param name="body.font.family">simsun</xsl:param> + <xsl:param name="monospace.font.family">simsun</xsl:param> + <xsl:param name="title.font.family">simhei</xsl:param> + <xsl:param name="saxon.character.representation" select="native"/> + <xsl:param name="callout.unicode" select="1"/> + <xsl:param name="callout.unicode.start.character" select="10102"/> + <xsl:param name="l10n.gentext.default.language" select="zh-cn"/> </xsl:stylesheet> Modified: trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html.xsl =================================================================== --- trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html.xsl 2006-06-25 07:29:48 UTC (rev 10043) +++ trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html.xsl 2006-06-25 07:37:06 UTC (rev 10044) @@ -15,7 +15,7 @@ --> <!DOCTYPE xsl:stylesheet [ - <!ENTITY db_xsl_path "../../../../../../Hibernate3/doc/reference/support/docbook-xsl/"> + <!ENTITY db_xsl_path "../../support/docbook-xsl/"> ]> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" Modified: trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html_chunk.xsl =================================================================== --- trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html_chunk.xsl 2006-06-25 07:29:48 UTC (rev 10043) +++ trunk/HibernateExt/metadata/doc/reference/zh_cn/styles/html_chunk.xsl 2006-06-25 07:37:06 UTC (rev 10044) @@ -15,7 +15,7 @@ --> <!DOCTYPE xsl:stylesheet [ - <!ENTITY db_xsl_path "../../../../../../Hibernate3/doc/reference/support/docbook-xsl/"> + <!ENTITY db_xsl_path "../../support/docbook-xsl/"> ]> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |