Revision: 1420
http://geonetwork.svn.sourceforge.net/geonetwork/?rev=1420&view=revAuthor: cabuchet
Date: 2008-07-22 07:30:08 +0000 (Tue, 22 Jul 2008)
Log Message:
-----------
Added variable group-type
Added group-type param to 'item' template
Modified Paths:
--------------
sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xsl/conversion/export/xml_xforms.xsl
Modified: sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xsl/conversion/export/xml_xforms.xsl
===================================================================
--- sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xsl/conversion/export/xml_xforms.xsl 2008-07-22 07:23:45 UTC (rev 1419)
+++ sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xsl/conversion/export/xml_xforms.xsl 2008-07-22 07:30:08 UTC (rev 1420)
@@ -106,6 +106,8 @@
<xsl:variable name="position" select="position()"/>
<xsl:variable name="xpath-todo" select="@xpath"/>
+
+ <xsl:variable name="group-type" select="@type"/>
<xsl:variable name="path">
<xsl:choose>
@@ -148,7 +150,6 @@
</xsl:choose>
</xsl:variable>
-
<!--
Xpath Done: <xsl:value-of select="$xpath-done"/>
Xpath Todo: <xsl:value-of select="$xpath-todo"/>
@@ -192,6 +193,7 @@
<xsl:with-param name="xpath-done" select="$xpath-new-done"/>
<xsl:with-param name="xpath-todo" select="$xpath-new-todo"/>
<xsl:with-param name="config" select="$config"/>
+ <xsl:with-param name="group-type" select="$group-type"/>
</xsl:apply-templates>
</xsl:when>
<!-- item -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
GeoNetwork-commit mailing list
GeoNetwork-commit@...
https://lists.sourceforge.net/lists/listinfo/geonetwork-commit