Author: artdaw
Date: 2009-04-21 09:37:44 -0400 (Tue, 21 Apr 2009)
New Revision: 13727
Modified:
trunk/docs/cdkguide/pom.xml
trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl
trunk/docs/common-resources/en/src/main/xslt/xhtml-release.xsl
trunk/docs/common-resources/en/src/main/xslt/xhtml-single-release.xsl
trunk/docs/common-resources/en/src/main/xslt/xhtml-single.xsl
trunk/docs/common-resources/en/src/main/xslt/xhtml.xsl
trunk/docs/faq/pom.xml
trunk/docs/migrationguide/pom.xml
trunk/docs/realworld_app_guide/pom.xml
trunk/docs/userguide/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-5655 - XSL files were fixed. pdf-common.xsl was
added as the stylesheet for PDF generation
Modified: trunk/docs/cdkguide/pom.xml
===================================================================
--- trunk/docs/cdkguide/pom.xml 2009-04-21 13:37:36 UTC (rev 13726)
+++ trunk/docs/cdkguide/pom.xml 2009-04-21 13:37:44 UTC (rev 13727)
@@ -119,7 +119,12 @@
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
<version>0.95</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
+ <version>9.1.0.1_1</version>
+</dependency>
</dependencies>
<configuration>
<sourceDirectory>
@@ -142,7 +147,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>
- classpath:/xslt/org/jboss/pdf.xsl
+ classpath:/common-resources/xslt/pdf-common.xsl
</stylesheetResource>
<finalName>
CDK_Developer_Guide.pdf
@@ -229,4 +234,4 @@
<module>en</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl
===================================================================
--- trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl 2009-04-21 13:37:36 UTC
(rev 13726)
+++ trunk/docs/common-resources/en/src/main/xslt/xhtml-common.xsl 2009-04-21 13:37:44 UTC
(rev 13727)
@@ -62,8 +62,14 @@
</meta>
</xsl:if>
</xsl:if>
+
<link rel="shortcut icon" type="image/vnd.microsoft.icon"
href="images/favicon.ico" />
+
<xsl:apply-templates select="."
mode="head.keywords.content"/>
+ <!--script type="text/javascript"
src="script/prototype-1.6.0.2.js"><xsl:comment>If you see this message,
your web browser doesn't support JavaScript or JavaScript is
disabled.</xsl:comment></script>
+ <script type="text/javascript"
src="script/effects.js"><xsl:comment>If you see this message, your web
browser doesn't support JavaScript or JavaScript is
disabled.</xsl:comment></script>
+ <script type="text/javascript"
src="script/scriptaculous.js"><xsl:comment>If you see this message,
your web browser doesn't support JavaScript or JavaScript is
disabled.</xsl:comment></script-->
+
</xsl:template>
<xsl:template match="abstract" mode="titlepage.mode">
@@ -79,7 +85,6 @@
<xsl:apply-templates mode="titlepage.mode"/>
</div>
</xsl:template>
-
<xsl:template name="feedback">
<!--[if IE 6]><iframe frameborder="0"
class="problemLayer" id="place"><xsl:text>
</xsl:text></iframe><![endif]-->
<div class="time_out_div" id="timeOutDiv"><xsl:text>
</xsl:text></div>
@@ -94,7 +99,7 @@
<form onsubmit="return validate_form()" id="feedback-mailform"
method="post"
action="https://jira.jboss.org/jira/secure/CreateIssueDetails!init.j...
target="feedback-iFrame">
<input type="hidden" id="priority" name="priority"
value="3" />
<input type="hidden" id="components"
name="components" value="12311170" />
- <input type="hidden" id="versions" name="versions"
value="12313100" />
+ <input type="hidden" id="versions" name="versions"
value="12312451" />
<input type="hidden" id="customfield_12310031"
name="customfield_12310031" value="Documentation (Ref Guide, User Guide,
etc.)" />
<label for="summary">Summary</label>
@@ -155,65 +160,23 @@
<img src="images/feedback_logo.png" class="feedback-images"
width="100px"/>
</a>
</div-->
- </xsl:template>
-
-<xsl:template name="navig.content">
- <xsl:param name="direction" select="next"/>
- <xsl:variable name="navtext">
- <xsl:choose>
- <xsl:when test="$direction = 'prev'">
- <xsl:call-template name="gentext.nav.prev"/>
- </xsl:when>
- <xsl:when test="$direction = 'next'">
- <xsl:call-template name="gentext.nav.next"/>
- </xsl:when>
- <xsl:when test="$direction = 'up'">
- <xsl:call-template name="gentext.nav.up"/>
- </xsl:when>
- <xsl:when test="$direction = 'home'">
- <xsl:call-template name="gentext.nav.home"/>
- </xsl:when>
- <xsl:otherwise>
- <xsl:text>xxx</xsl:text>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
- <xsl:choose>
- <xsl:when test="$navig.graphics != 0">
- <img>
- <xsl:attribute name="src">
- <xsl:value-of select="$navig.graphics.path"/>
- <xsl:value-of select="$direction"/>
- <xsl:value-of select="$navig.graphics.extension"/>
- </xsl:attribute>
- <xsl:attribute name="alt">
- <xsl:value-of select="$navtext"/>
- </xsl:attribute>
- </img>
- </xsl:when>
- <xsl:otherwise>
- <xsl:value-of select="$navtext"/>
- </xsl:otherwise>
- </xsl:choose>
-</xsl:template>
-
-<xsl:template name="header.navigation">
+ </xsl:template>
+
+ <xsl:template name="header.navigation">
<xsl:param name="prev" select="/foo"/>
<xsl:param name="next" select="/foo"/>
<xsl:param name="nav.context"/>
-
<xsl:variable name="home" select="/*[1]"/>
<xsl:variable name="up" select="parent::*"/>
<xsl:variable name="row1" select="$navig.showtitles != 0"/>
<xsl:variable name="row2" select="count($prev) > 0 or
(count($up) > 0 and generate-id($up) != generate-id($home) and $navig.showtitles !=
0) or count($next) > 0"/>
<xsl:if test="$suppress.navigation = '0' and $suppress.header.navigation
= '0'">
<xsl:if test="$row1 or $row2">
- <xsl:if test="$row1">
+ <xsl:if test="$row1">
<xsl:if test="$nightly > 0">
- <div id="overlay">
- <xsl:text> </xsl:text>
- </div>
+ <div id="overlay">
+ <xsl:text> </xsl:text>
+ </div>
</xsl:if>
<!-- FEEDBACK -->
<xsl:call-template name="feedback" />
@@ -289,90 +252,7 @@
</xsl:if>
</xsl:template>
- <xsl:template name="book.titlepage.recto">
- <xsl:if test="$nightly > 0">
- <div id="overlay">
- <xsl:text> </xsl:text>
- </div>
- </xsl:if>
- <!-- FEEDBACK -->
- <xsl:call-template name="feedback" />
- <p
xmlns="http://www.w3.org/1999/xhtml">
- <xsl:attribute name="id">
- <xsl:text>title</xsl:text>
- </xsl:attribute>
- <a>
- <xsl:attribute name="href">
- <xsl:value-of select="$siteHref" />
- </xsl:attribute>
- <xsl:attribute name="class">
- <xsl:text>site_href</xsl:text>
- </xsl:attribute>
- <strong>
- <xsl:value-of select="$siteLinkText"/>
- </strong>
- </a>
- <a>
- <xsl:attribute name="href">
- <xsl:value-of select="$docHref" />
- </xsl:attribute>
- <xsl:attribute name="class">
- <xsl:text>doc_href</xsl:text>
- </xsl:attribute>
- <strong>
- <xsl:value-of select="$docLinkText"/>
- </strong>
- </a>
- </p>
- <xsl:choose>
- <xsl:when test="bookinfo/title">
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/title"/>
- </xsl:when>
- <xsl:when test="info/title">
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/title"/>
- </xsl:when>
- <xsl:when test="title">
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="title"/>
- </xsl:when>
- </xsl:choose>
-
- <xsl:choose>
- <xsl:when test="bookinfo/subtitle">
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/subtitle"/>
- </xsl:when>
- <xsl:when test="info/subtitle">
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/subtitle"/>
- </xsl:when>
- <xsl:when test="subtitle">
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="subtitle"/>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/corpauthor"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/corpauthor"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/authorgroup"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/authorgroup"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/author"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/author"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/othercredit"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/othercredit"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/releaseinfo"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/releaseinfo"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/copyright"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/copyright"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/legalnotice"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/legalnotice"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/pubdate"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/pubdate"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/revision"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/revision"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/revhistory"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/revhistory"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/abstract"/>
- <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/abstract"/>
-
- </xsl:template>
- <xsl:template name="chunkerdoc">
+<xsl:template name="chunk">
<xsl:param name="node" select="."/>
<xsl:choose>
@@ -455,6 +335,52 @@
and $generate.legalnotice.link != 0">1</xsl:when>
<xsl:otherwise>0</xsl:otherwise>
</xsl:choose>
-</xsl:template>
-
+</xsl:template>
+
+
+
+<!-- ==================================================================== -->
+
+<xsl:template name="navig.content">
+ <xsl:param name="direction" select="next"/>
+ <xsl:variable name="navtext">
+ <xsl:choose>
+ <xsl:when test="$direction = 'prev'">
+ <xsl:call-template name="gentext.nav.prev"/>
+ </xsl:when>
+ <xsl:when test="$direction = 'next'">
+ <xsl:call-template name="gentext.nav.next"/>
+ </xsl:when>
+ <xsl:when test="$direction = 'up'">
+ <xsl:call-template name="gentext.nav.up"/>
+ </xsl:when>
+ <xsl:when test="$direction = 'home'">
+ <xsl:call-template name="gentext.nav.home"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>xxx</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:variable>
+
+ <xsl:choose>
+ <xsl:when test="$navig.graphics != 0">
+ <img>
+ <xsl:attribute name="src">
+ <xsl:value-of select="$navig.graphics.path"/>
+ <xsl:value-of select="$direction"/>
+ <xsl:value-of select="$navig.graphics.extension"/>
+ </xsl:attribute>
+ <xsl:attribute name="alt">
+ <xsl:value-of select="$navtext"/>
+ </xsl:attribute>
+ </img>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of select="$navtext"/>
+ </xsl:otherwise>
+ </xsl:choose>
+</xsl:template>
+
+<!-- ==================================================================== -->
</xsl:stylesheet>
Modified: trunk/docs/common-resources/en/src/main/xslt/xhtml-release.xsl
===================================================================
--- trunk/docs/common-resources/en/src/main/xslt/xhtml-release.xsl 2009-04-21 13:37:36 UTC
(rev 13726)
+++ trunk/docs/common-resources/en/src/main/xslt/xhtml-release.xsl 2009-04-21 13:37:44 UTC
(rev 13727)
@@ -7,16 +7,9 @@
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-
<xsl:import href="classpath:/xslt/org/jboss/xhtml.xsl"/>
- <xsl:import href="xhtml-common-reldiffmk.xsl"/>
-
+ <xsl:import href="xhtml-common-reldiffmk.xsl"/>
<xsl:param name="chunk.fast" select="1"/>
<xsl:param name="html.stylesheet"
select="'css/html-release.css'"/>
<xsl:variable name="nightly" select="0" />
-
- <xsl:template name="chunk">
- <xsl:call-template name="chunkerdoc" />
- </xsl:template>
-
</xsl:stylesheet>
Modified: trunk/docs/common-resources/en/src/main/xslt/xhtml-single-release.xsl
===================================================================
--- trunk/docs/common-resources/en/src/main/xslt/xhtml-single-release.xsl 2009-04-21
13:37:36 UTC (rev 13726)
+++ trunk/docs/common-resources/en/src/main/xslt/xhtml-single-release.xsl 2009-04-21
13:37:44 UTC (rev 13727)
@@ -7,11 +7,84 @@
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-
<xsl:import href="classpath:/xslt/org/jboss/xhtml-single.xsl"/>
<xsl:import href="xhtml-common-reldiffmk.xsl"/>
-
<xsl:param name="html.stylesheet"
select="'css/html-release.css'"/>
<xsl:variable name="nightly" select="0" />
+ <xsl:template name="book.titlepage.recto">
+ <!-- FEEDBACK -->
+ <xsl:call-template name="feedback" />
+ <p
xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:attribute name="id">
+ <xsl:text>title</xsl:text>
+ </xsl:attribute>
+ <a>
+ <xsl:attribute name="href">
+ <xsl:value-of select="$siteHref" />
+ </xsl:attribute>
+ <xsl:attribute name="class">
+ <xsl:text>site_href</xsl:text>
+ </xsl:attribute>
+ <strong>
+ <xsl:value-of select="$siteLinkText"/>
+ </strong>
+ </a>
+ <a>
+ <xsl:attribute name="href">
+ <xsl:value-of select="$docHref" />
+ </xsl:attribute>
+ <xsl:attribute name="class">
+ <xsl:text>doc_href</xsl:text>
+ </xsl:attribute>
+ <strong>
+ <xsl:value-of select="$docLinkText"/>
+ </strong>
+ </a>
+ </p>
+ <xsl:choose>
+ <xsl:when test="bookinfo/title">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/title"/>
+ </xsl:when>
+ <xsl:when test="info/title">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/title"/>
+ </xsl:when>
+ <xsl:when test="title">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="title"/>
+ </xsl:when>
+ </xsl:choose>
+ <xsl:choose>
+ <xsl:when test="bookinfo/subtitle">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/subtitle"/>
+ </xsl:when>
+ <xsl:when test="info/subtitle">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/subtitle"/>
+ </xsl:when>
+ <xsl:when test="subtitle">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="subtitle"/>
+ </xsl:when>
+ </xsl:choose>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/corpauthor"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/corpauthor"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/authorgroup"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/authorgroup"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/author"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/author"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/othercredit"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/othercredit"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/releaseinfo"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/releaseinfo"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/copyright"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/copyright"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/legalnotice"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/legalnotice"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/pubdate"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/pubdate"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/revision"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/revision"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/revhistory"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/revhistory"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/abstract"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/abstract"/>
+</xsl:template>
+</xsl:stylesheet>
-</xsl:stylesheet>
Modified: trunk/docs/common-resources/en/src/main/xslt/xhtml-single.xsl
===================================================================
--- trunk/docs/common-resources/en/src/main/xslt/xhtml-single.xsl 2009-04-21 13:37:36 UTC
(rev 13726)
+++ trunk/docs/common-resources/en/src/main/xslt/xhtml-single.xsl 2009-04-21 13:37:44 UTC
(rev 13727)
@@ -12,5 +12,82 @@
<xsl:import href="xhtml-common.xsl"/>
<xsl:param name="html.stylesheet"
select="'css/html.css'"/>
<xsl:variable name="nightly" select="1" />
-
+<xsl:template name="book.titlepage.recto">
+ <div id="overlay">
+ <xsl:text> </xsl:text>
+ </div>
+ <!-- FEEDBACK -->
+ <xsl:call-template name="feedback" />
+ <p
xmlns="http://www.w3.org/1999/xhtml">
+ <xsl:attribute name="id">
+ <xsl:text>title</xsl:text>
+ </xsl:attribute>
+ <a>
+ <xsl:attribute name="href">
+ <xsl:value-of select="$siteHref" />
+ </xsl:attribute>
+ <xsl:attribute name="class">
+ <xsl:text>site_href</xsl:text>
+ </xsl:attribute>
+ <strong>
+ <xsl:value-of select="$siteLinkText"/>
+ </strong>
+ </a>
+ <a>
+ <xsl:attribute name="href">
+ <xsl:value-of select="$docHref" />
+ </xsl:attribute>
+ <xsl:attribute name="class">
+ <xsl:text>doc_href</xsl:text>
+ </xsl:attribute>
+ <strong>
+ <xsl:value-of select="$docLinkText"/>
+ </strong>
+ </a>
+ </p>
+ <xsl:choose>
+ <xsl:when test="bookinfo/title">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/title"/>
+ </xsl:when>
+ <xsl:when test="info/title">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/title"/>
+ </xsl:when>
+ <xsl:when test="title">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="title"/>
+ </xsl:when>
+ </xsl:choose>
+ <xsl:choose>
+ <xsl:when test="bookinfo/subtitle">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/subtitle"/>
+ </xsl:when>
+ <xsl:when test="info/subtitle">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/subtitle"/>
+ </xsl:when>
+ <xsl:when test="subtitle">
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="subtitle"/>
+ </xsl:when>
+ </xsl:choose>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/corpauthor"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/corpauthor"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/authorgroup"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/authorgroup"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/author"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/author"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/othercredit"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/othercredit"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/releaseinfo"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/releaseinfo"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/copyright"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/copyright"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/legalnotice"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/legalnotice"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/pubdate"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/pubdate"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/revision"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/revision"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/revhistory"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/revhistory"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="bookinfo/abstract"/>
+ <xsl:apply-templates mode="book.titlepage.recto.auto.mode"
select="info/abstract"/>
+</xsl:template>
</xsl:stylesheet>
Modified: trunk/docs/common-resources/en/src/main/xslt/xhtml.xsl
===================================================================
--- trunk/docs/common-resources/en/src/main/xslt/xhtml.xsl 2009-04-21 13:37:36 UTC (rev
13726)
+++ trunk/docs/common-resources/en/src/main/xslt/xhtml.xsl 2009-04-21 13:37:44 UTC (rev
13727)
@@ -8,15 +8,11 @@
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
- <xsl:import href="classpath:/xslt/org/jboss/xhtml.xsl"/>
- <xsl:import href="xhtml-common.xsl"/>
-
- <xsl:param name="chunk.fast" select="1"/>
- <xsl:param name="html.stylesheet"
select="'css/html.css'"/>
- <xsl:variable name="nightly" select="1" />
-
- <xsl:template name="chunk">
- <xsl:call-template name="chunkerdoc" />
- </xsl:template>
+ <xsl:import href="classpath:/xslt/org/jboss/xhtml.xsl"/>
+ <xsl:import href="xhtml-common.xsl"/>
+
+<xsl:param name="chunk.fast" select="1"/>
+<xsl:param name="html.stylesheet"
select="'css/html.css'"/>
+<xsl:variable name="nightly" select="1" />
</xsl:stylesheet>
Modified: trunk/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2009-04-21 13:37:36 UTC (rev 13726)
+++ trunk/docs/faq/pom.xml 2009-04-21 13:37:44 UTC (rev 13727)
@@ -86,7 +86,7 @@
<reportFileName>log.txt</reportFileName>
<dirForScan>${basedir}</dirForScan>
<fileForValidation>${basedir}/src/main/docbook/master.xml</fileForValidation>
- <wellformdnessOnly>false</wellformdnessOnly>
+ <wellformdnessOnly>true</wellformdnessOnly>
<
xmlSchema>http://www.docbook.org/xsd/4.3/docbook.xsd</xmlSchema-->
<!--dictionaries>
<dictionary>
@@ -211,7 +211,7 @@
</sourceDocumentName>
<formats>
- <format>
+ <!--format>
<formatName>pdf</formatName>
<stylesheetResource>
classpath:/xslt/org/jboss/pdf.xsl
@@ -222,7 +222,7 @@
<imagePathSettingRequired>
true
</imagePathSettingRequired>
- </format>
+ </format-->
<!--format>
<formatName>html</formatName>
<stylesheetResource>
Modified: trunk/docs/migrationguide/pom.xml
===================================================================
--- trunk/docs/migrationguide/pom.xml 2009-04-21 13:37:36 UTC (rev 13726)
+++ trunk/docs/migrationguide/pom.xml 2009-04-21 13:37:44 UTC (rev 13727)
@@ -137,7 +137,7 @@
<formats>
<format>
<formatName>pdf</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
<finalName>richfaces_migration_guide.pdf</finalName>
<imagePathSettingRequired>true</imagePathSettingRequired>
</format>
@@ -184,4 +184,4 @@
<module>en</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/docs/realworld_app_guide/pom.xml
===================================================================
--- trunk/docs/realworld_app_guide/pom.xml 2009-04-21 13:37:36 UTC (rev 13726)
+++ trunk/docs/realworld_app_guide/pom.xml 2009-04-21 13:37:44 UTC (rev 13727)
@@ -139,7 +139,7 @@
<formats>
<format>
<formatName>pdf</formatName>
- <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <stylesheetResource>classpath:/common-resources/xslt/pdf-common.xsl</stylesheetResource>
<finalName>realworld_app_guide.pdf</finalName>
<imagePathSettingRequired>true</imagePathSettingRequired>
</format>
@@ -186,4 +186,4 @@
<module>en</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2009-04-21 13:37:36 UTC (rev 13726)
+++ trunk/docs/userguide/pom.xml 2009-04-21 13:37:44 UTC (rev 13727)
@@ -891,7 +891,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>
- classpath:/xslt/org/jboss/pdf.xsl
+ classpath:/common-resources/xslt/pdf-common.xsl
</stylesheetResource>
<finalName>
richfaces_reference.pdf