[fusion-commits] r1424 - trunk

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Jun 25 17:08:01 EDT 2008


Author: madair
Date: 2008-06-25 17:08:01 -0400 (Wed, 25 Jun 2008)
New Revision: 1424

Modified:
   trunk/parseAppDef.xsl
Log:
exclude InitialView from output

Modified: trunk/parseAppDef.xsl
===================================================================
--- trunk/parseAppDef.xsl	2008-06-25 18:42:21 UTC (rev 1423)
+++ trunk/parseAppDef.xsl	2008-06-25 21:08:01 UTC (rev 1424)
@@ -40,6 +40,7 @@
 
   <xsl:template match="Container"/> <!-- empty templates to suppress output -->
   <xsl:template match="MapWidget"/>
+  <xsl:template match="InitialView"/>
 
   <xsl:template match="Widget">
     <xsl:variable name="loc">



More information about the fusion-commits mailing list