Author: thorsten
Date: Tue Oct 14 05:56:31 2008
New Revision: 704522
URL: http://svn.apache.org/viewvc?rev=704522&view=rev
Log:
FOR-200 - using lm protocol to resolve the imports
Modified:
forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl
Modified: forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl?rev=704522&r1=704521&r2=704522&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl
(original)
+++ forrest/trunk/main/webapp/skins/common/xslt/html/document-to-html.xsl Tue
Oct 14 05:56:31 2008
@@ -36,8 +36,8 @@
<xsl:param name="notoc"/>
<xsl:param name="path"/>
<!-- <xsl:include href="split.xsl"/> -->
- <xsl:include href="dotdots.xsl"/>
- <xsl:include href="pathutils.xsl"/>
+ <xsl:include href="lm://transform.xml.dotdots"/>
+ <xsl:include href="lm://transform.xml.pathutils"/>
<!-- Path to site root, eg '../../' -->
<xsl:variable name="root">
<xsl:call-template name="dotdots">