Changeset 2954 for branches/1.0/src/config/xsl/_common.xsl
- Timestamp:
- 09/27/08 22:33:31 (3 months ago)
- Files:
-
- 1 modified
-
branches/1.0/src/config/xsl/_common.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/config/xsl/_common.xsl
r2953 r2954 33 33 34 34 <xsl:template match="envelope_0_11:configurations"> 35 <xsl:call-template name="_common-migrate-envelope " />35 <xsl:call-template name="_common-migrate-envelope-element" /> 36 36 </xsl:template> 37 37 <xsl:template match="envelope_0_11:configuration"> 38 <xsl:call-template name="_common-migrate-envelope " />38 <xsl:call-template name="_common-migrate-envelope-element" /> 39 39 </xsl:template> 40 40 <xsl:template match="envelope_0_11:sandbox"> 41 <xsl:call-template name="_common-migrate-envelope " />41 <xsl:call-template name="_common-migrate-envelope-element" /> 42 42 </xsl:template> 43 43 <xsl:template match="envelope_0_11:parameters"> 44 <xsl:call-template name="_common-migrate-envelope " />44 <xsl:call-template name="_common-migrate-envelope-element" /> 45 45 </xsl:template> 46 46 <xsl:template match="envelope_0_11:parameter"> 47 <xsl:call-template name="_common-migrate-envelope " />47 <xsl:call-template name="_common-migrate-envelope-element" /> 48 48 </xsl:template> 49 49

