Skip to Content.
Sympa Menu

notify-dpml - r859 - in trunk/main/depot/tools/builder/etc/prefs/themes: formal/html modern/html

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: carelparadis AT mail.berlios.de
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r859 - in trunk/main/depot/tools/builder/etc/prefs/themes: formal/html modern/html
  • Date: Thu, 5 Jan 2006 08:58:17 +0100

Author: carelparadis
Date: 2006-01-05 08:57:46 +0100 (Thu, 05 Jan 2006)
New Revision: 859

Modified:

trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/nav-aggregate.xsl
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl

trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/nav-aggregate.xsl
trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/standard.xsl
Log:
Fix the XSLT problem that occurs during the building of the site
documentation with Java 1.5.

Modified:
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/nav-aggregate.xsl
===================================================================
---
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/nav-aggregate.xsl
2006-01-04 23:03:12 UTC (rev 858)
+++
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/nav-aggregate.xsl
2006-01-05 07:57:46 UTC (rev 859)
@@ -31,7 +31,7 @@
<level><xsl:value-of select="$level" /></level>
<xsl:choose >
<xsl:when test="count( ../links ) = 0" >
- <xsl:apply-templates select="document('../navigation.xml', /
)/project/body/menu" >
+ <xsl:apply-templates select="document('../navigation.xml', .
)/project/body/menu" >
<xsl:with-param name="level" select="concat( $level, '../' )" />
</xsl:apply-templates>
</xsl:when>

Modified:
trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
===================================================================
--- trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
2006-01-04 23:03:12 UTC (rev 858)
+++ trunk/main/depot/tools/builder/etc/prefs/themes/formal/html/standard.xsl
2006-01-05 07:57:46 UTC (rev 859)
@@ -27,7 +27,7 @@
<xsl:param name="logomiddle_url" />
<xsl:param name="brand_name" />

- <xsl:variable name="relativepath" select="document('navigation.xml', /
)/project/body//menu/level" />
+ <xsl:variable name="relativepath" select="document('navigation.xml', .
)/project/body//menu/level" />

<xsl:template match="document">
<html>
@@ -35,7 +35,7 @@
<title>
<xsl:value-of select="properties/title" />
</title>
- <xsl:variable name="x" select="document('navigation.xml', /
)/project/body//menu/level" />
+ <xsl:variable name="x" select="document('navigation.xml', .
)/project/body//menu/level" />
<link rel="stylesheet" type="text/css">
<xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />styles/style.css</xsl:attribute>
</link>
@@ -117,14 +117,14 @@
</xsl:otherwise>
</xsl:choose>
<div class="menubar" >
- <xsl:apply-templates select="document('navigation.xml', /
)/project/body/menu" >
+ <xsl:apply-templates select="document('navigation.xml', .
)/project/body/menu" >
<xsl:with-param name="dir" select="''" />
</xsl:apply-templates>
</div>

<!--
<div class="sponsors" >
- <xsl:apply-templates select="document('navigation.xml', /
)/project/body/menu//sponsors/sponsor" />
+ <xsl:apply-templates select="document('navigation.xml', .
)/project/body/menu//sponsors/sponsor" />
</div>
-->

@@ -201,7 +201,7 @@
<xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />index.html</xsl:attribute>
Home
</a>
- <xsl:variable name="x" select="document('navigation.xml', /
)/project/body//category" />
+ <xsl:variable name="x" select="document('navigation.xml', .
)/project/body//category" />
<xsl:apply-templates select="$x/item" >
<xsl:with-param name="dir" select="$x/../level" />
<xsl:with-param name="class" select="'category'" />

Modified:
trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/nav-aggregate.xsl
===================================================================
---
trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/nav-aggregate.xsl
2006-01-04 23:03:12 UTC (rev 858)
+++
trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/nav-aggregate.xsl
2006-01-05 07:57:46 UTC (rev 859)
@@ -32,7 +32,7 @@
<level><xsl:value-of select="$level" /></level>
<xsl:choose >
<xsl:when test="count( ../links ) = 0" >
- <xsl:apply-templates select="document('../navigation.xml', /
)/project/body/menu" >
+ <xsl:apply-templates select="document('../navigation.xml', .
)/project/body/menu" >
<xsl:with-param name="level" select="concat( $level, '../' )" />
</xsl:apply-templates>
</xsl:when>

Modified:
trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/standard.xsl
===================================================================
--- trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/standard.xsl
2006-01-04 23:03:12 UTC (rev 858)
+++ trunk/main/depot/tools/builder/etc/prefs/themes/modern/html/standard.xsl
2006-01-05 07:57:46 UTC (rev 859)
@@ -27,7 +27,7 @@
<xsl:param name="logomiddle_url" />
<xsl:param name="brand_name" />

- <xsl:variable name="relativepath" select="document('navigation.xml', /
)/project/body//menu/level" />
+ <xsl:variable name="relativepath" select="document('navigation.xml', .
)/project/body//menu/level" />

<xsl:template match="document">
<html>
@@ -35,7 +35,7 @@
<title>
<xsl:value-of select="properties/title" />
</title>
- <xsl:variable name="x" select="document('navigation.xml', /
)/project/body//menu/level" />
+ <xsl:variable name="x" select="document('navigation.xml', .
)/project/body//menu/level" />
<link rel="stylesheet" type="text/css">
<xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />styles/style.css</xsl:attribute>
</link>
@@ -117,14 +117,14 @@
</xsl:otherwise>
</xsl:choose>
<div class="menubar" >
- <xsl:apply-templates select="document('navigation.xml', /
)/project/body/menu" >
+ <xsl:apply-templates select="document('navigation.xml', .
)/project/body/menu" >
<xsl:with-param name="dir" select="''" />
</xsl:apply-templates>
</div>

<!--
<div class="sponsors" >
- <xsl:apply-templates select="document('navigation.xml', /
)/project/body/menu//sponsors/sponsor" />
+ <xsl:apply-templates select="document('navigation.xml', .
)/project/body/menu//sponsors/sponsor" />
</div>
-->

@@ -201,7 +201,7 @@
<xsl:attribute name="href"><xsl:value-of
select="$relativepath[position() = last()]" />index.html</xsl:attribute>
Home
</a>
- <xsl:variable name="x" select="document('navigation.xml', /
)/project/body//category" />
+ <xsl:variable name="x" select="document('navigation.xml', .
)/project/body//category" />
<xsl:apply-templates select="$x/item" >
<xsl:with-param name="dir" select="$x/../level" />
<xsl:with-param name="class" select="'category'" />




  • r859 - in trunk/main/depot/tools/builder/etc/prefs/themes: formal/html modern/html, carelparadis, 01/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page