Author: thorsten
Date: Thu Aug 10 17:15:31 2006
New Revision: 430601
URL: http://svn.apache.org/viewvc?rev=430601&view=rev
Log:
White noise formating changes
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/variable.helper.xsl
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/variable.helper.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/variable.helper.xsl?rev=430601&r1=430600&r2=430601&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/variable.helper.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/variable.helper.xsl
Thu Aug 10 17:15:31 2006
@@ -16,8 +16,8 @@
limitations under the License.
-->
-<xsl:stylesheet version="1.0"
- xmlns:forrest="http://apache.org/forrest/properties/1.0"
+<xsl:stylesheet version="1.0"
+ xmlns:forrest="http://apache.org/forrest/properties/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="lm://transform.xml.dotdots"/>
<xsl:import href="lm://transform.xml.pathutils"/>
@@ -40,21 +40,20 @@
<xsl:with-param name="path" select="$path"/>
</xsl:call-template>
</xsl:variable>
- <xsl:variable name="skin-img-dir"
+ <xsl:variable name="skin-img-dir"
select="concat(string($root), 'themes/images')"/>
- <xsl:variable name="spacer"
- select="concat($root, 'themer/images/spacer.gif')"/>
- <xsl:template match="/">
- <properties>
- <property name="skin-img-dir" value="{$skin-img-dir}"/>
- <property name="filename" value="{$filename}"/>
- <property name="filename-noext" value="{$filename-noext}"/>
- <property name="root" value="{$root}"/>
- <property name="path" value="{$path}"/>
- <property name="theme" value="{$theme}"/>
- <xsl:apply-templates select="forrest:properties/forrest:property"/>
- </properties>
- </xsl:template>
+ <xsl:variable name="spacer" select="concat($root,
'themer/images/spacer.gif')"/>
+ <xsl:template match="/">
+ <properties>
+ <property name="skin-img-dir" value="{$skin-img-dir}"/>
+ <property name="filename" value="{$filename}"/>
+ <property name="filename-noext" value="{$filename-noext}"/>
+ <property name="root" value="{$root}"/>
+ <property name="path" value="{$path}"/>
+ <property name="theme" value="{$theme}"/>
+ <xsl:apply-templates select="forrest:properties/forrest:property"/>
+ </properties>
+ </xsl:template>
<xsl:template match="forrest:property">
<property name="[EMAIL PROTECTED]" value="[EMAIL PROTECTED]"/>
</xsl:template>