Author: smukhina
Date: 2007-11-26 11:34:17 -0500 (Mon, 26 Nov 2007)
New Revision: 5090
Modified:
trunk/seam/docs/resources/styles/en/html.xsl
trunk/seam/docs/resources/styles/en/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RHDS-303
docbook resources are taken from local folder now
Modified: trunk/seam/docs/resources/styles/en/html.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/html.xsl 2007-11-26 15:21:40 UTC (rev 5089)
+++ trunk/seam/docs/resources/styles/en/html.xsl 2007-11-26 16:34:17 UTC (rev 5090)
@@ -15,7 +15,7 @@
-->
<!DOCTYPE xsl:stylesheet [
- <!ENTITY db_xsl_path "../support/docbook-xsl">
+ <!ENTITY db_xsl_path "../../support/docbook-xsl">
]>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -23,7 +23,7 @@
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
-<xsl:import
href="http://docbook.sourceforge.net/release/xsl/current/html/docboo...
+<xsl:import href="&db_xsl_path;/html/docbook.xsl"/>
<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
<xsl:include href="./highlight.xsl"></xsl:include>
Modified: trunk/seam/docs/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/html_chunk.xsl 2007-11-26 15:21:40 UTC (rev 5089)
+++ trunk/seam/docs/resources/styles/en/html_chunk.xsl 2007-11-26 16:34:17 UTC (rev 5090)
@@ -23,10 +23,8 @@
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
-<!-- <xsl:import href="&db_xsl_path;/html/chunk.xsl"/> -->
+<xsl:import href="&db_xsl_path;/html/chunk.xsl"/>
-<xsl:import
href="http://docbook.sourceforge.net/release/xsl/current/html/chunk....
-
<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
<xsl:include href="./highlight.xsl"></xsl:include>