You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/04/22 01:26:14 UTC

svn commit: r936565 - in /click/trunk/click/documentation/xdocs/src/styles: html/custom.xsl pdf/custom.xsl

Author: sabob
Date: Wed Apr 21 23:26:14 2010
New Revision: 936565

URL: http://svn.apache.org/viewvc?rev=936565&view=rev
Log:
added unix file system support

Modified:
    click/trunk/click/documentation/xdocs/src/styles/html/custom.xsl
    click/trunk/click/documentation/xdocs/src/styles/pdf/custom.xsl

Modified: click/trunk/click/documentation/xdocs/src/styles/html/custom.xsl
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/styles/html/custom.xsl?rev=936565&r1=936564&r2=936565&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/styles/html/custom.xsl (original)
+++ click/trunk/click/documentation/xdocs/src/styles/html/custom.xsl Wed Apr 21 23:26:14 2010
@@ -25,8 +25,8 @@
                 exclude-result-prefixes="xslthl"
                 version='1.0'>
 
-  <xsl:import href="file:///@dbf.xsl@/highlighting/common.xsl"/>
-  <xsl:import href="file:///@dbf.xsl@/html/highlight.xsl"/>
+  <xsl:import href="@file.prefix@@dbf.xsl@/highlighting/common.xsl"/>
+  <xsl:import href="@file.prefix@@dbf.xsl@/html/highlight.xsl"/>
 
   <xsl:param name="ulink.target">_blank</xsl:param>
 
@@ -160,7 +160,7 @@
   Ant will automatically replace @dbf.xsl@ with the path to
   the config at runtime
   -->
-  <xsl:param name="highlight.xslthl.config">file:///@dbf.xsl@/highlighting/xslthl-config.xml</xsl:param>
+  <xsl:param name="highlight.xslthl.config">@file.prefix@@dbf.xsl@/highlighting/xslthl-config.xml</xsl:param>
 
   <xsl:template match='xslthl:keyword' mode="xslthl">
     <span class="kwd">

Modified: click/trunk/click/documentation/xdocs/src/styles/pdf/custom.xsl
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/styles/pdf/custom.xsl?rev=936565&r1=936564&r2=936565&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/styles/pdf/custom.xsl (original)
+++ click/trunk/click/documentation/xdocs/src/styles/pdf/custom.xsl Wed Apr 21 23:26:14 2010
@@ -25,8 +25,8 @@
                 exclude-result-prefixes="xslthl"
                 version='1.0'>
 
-  <xsl:import href="file:///@dbf.xsl@/highlighting/common.xsl"/>
-  <xsl:import href="file:///@dbf.xsl@/fo/highlight.xsl"/>
+  <xsl:import href="@file.prefix@@dbf.xsl@/highlighting/common.xsl"/>
+  <xsl:import href="@file.prefix@@dbf.xsl@/fo/highlight.xsl"/>
 
   <!-- Use nice graphics for admonitions -->
   <xsl:param name="admon.graphics">'1'</xsl:param>
@@ -391,7 +391,7 @@
   Ant will automatically replace @dbf.xsl@ with the path to
   the config at runtime
   -->
-  <xsl:param name="highlight.xslthl.config">file:///@dbf.xsl@/highlighting/xslthl-config.xml</xsl:param>
+  <xsl:param name="highlight.xslthl.config">@file.prefix@@dbf.xsl@/highlighting/xslthl-config.xml</xsl:param>
 
   <xsl:template match='xslthl:keyword' mode="xslthl">
     <fo:inline font-weight="bold" color="#7F0055">