PDF、組版と文書変換のアンテナハウス株式会社
PDF、組版と文書変換のアンテナハウス株式会社
トップページ > システム製品情報 > AH Formatter 製品トップ > XML関連出版物紹介トップ > XSL-FO の基礎
<xsl:include "(3.2).xsl"/> (3.3)
<xsl:include href="(3.2).xsl"/> (3.3)
<xsl:import "(3.2).xsl"/> (3.3)
<xsl:import href="(3.2).xsl"/> (3.4)
msxsl (2.5).xml (2.6).xsl -o (2.9).fo page-width="182mm" page-height="257"mm (4.4)
msxsl (2.5).xml (4.3).xsl -o (2.9).fo page-width="182mm" page-height="257"mm (4.4)
java -cp saxon9he.jar net.sf.saxon.Transform -s:(2.5).xml -xsl:(2.6).xsl -o:(2.9).fo page-wifth="182mm" page-height="257"mm (4.5)
java -cp saxon9he.jar net.sf.saxon.Transform -s:(2.5).xml -xsl:(4.3).xsl -o:(2.9).fo page-wifth="182mm" page-height="257"mm (4.5)
trは表の行を表現します。trの内容はthまたたはtdだけです。
trは表の行を表現します。trの内容はthまたはtdだけです。
<fo:inine>
<fo:inline>
<xsl:when test="$ref-node[self::chapter]" select="'chapter'"/> <xsl:when test="$ref-node[self::section]" select="'section'"/> <xsl:when test="$ref-node[self::subsection]" select="'subsection'"/> <xsl:when test="$ref-node[self::figure]" select="'figure'"/> <xsl:when test="$ref-node[self::title]" select="'title'"/> <xsl:when test="$ref-node[self::li]" select="'list'"/>
<xsl:when test="$ref-node[self::chapter]"> <xsl:value-of select="'chapter'" /> </xsl:when> <xsl:when test="$ref-node[self::section]"> <xsl:value-of select="'section'" /> </xsl:when> <xsl:when test="$ref-node[self::subsection]"> <xsl:value-of select="'subsection'" /> </xsl:when> <xsl:when test="$ref-node[self::figure]"> <xsl:value-of select="'figure'" /> </xsl:when> <xsl:when test="$ref-node[self::title]"> <xsl:value-of select="'title'" /> </xsl:when> <xsl:when test="$ref-node[self::li]"> <xsl:value-of select="'li'" /> </xsl:when>
<xsl:if test="not($title)"> <xsl:copy-ot select="$alt-title"/> ...
<xsl:if test="not($title)"> <xsl:copy-of select="$alt-title"/> ...
<xsl:template name="make-title-number"> ...
<xsl:template name="make-title-number"> <xsl:param name="mode" /> ...
<xsl:param name="alt-titie"/>
<xsl:param name="alt-title"/>
謝辞:dedication
謝辞:acknowledgement
献辞:acknowledgement
献辞:dedication
tilteを指定できるようにし
titleを指定できるようにし
<fo:layout-master-set> <xsl:call-template name="make-page-master"> ...
<fo:layout-master-set> <xsl:call-template name="make-page-master"> <xsl:with-param name="master-name">blank-page</xsl:with-param> </xsl:call-template> <xsl:call-template name="make-page-master"> ...
生成さます。
生成します。
</xsl:variable>>
</xsl:variable>
</xsl:attribute>>
</xsl:attribute>
</xsl:otherwise>>
</xsl:otherwise>
目次と索引のtitleが指定されたなかったときのの文字列もローカライズします。
目次と索引のtitleが指定されなかったときの文字列もローカライズします。
次のように修正ます。
次のように修正します。
出力しないて
出力しないで
優先度についは
優先度については