Changeset 2957
- Timestamp:
- 09/28/08 20:39:19 (7 weeks ago)
- Location:
- branches/1.0/src/config/xsl
- Files:
-
- 3 modified
-
config_handlers.xsl (modified) (1 diff)
-
module.xsl (modified) (1 diff)
-
routing.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/config/xsl/config_handlers.xsl
r2648 r2957 13 13 14 14 <!-- pre-1.0 backwards compatibility for 1.0 --> 15 <!-- non-"envelope" elements are copied to the 1.0 factories namespace -->15 <!-- non-"envelope" elements are copied to the 1.0 config_handlers namespace --> 16 16 <xsl:template match="envelope_0_11:*"> 17 17 <xsl:element name="{local-name()}" namespace="{$config_handlers_1_0}"> -
branches/1.0/src/config/xsl/module.xsl
r2782 r2957 16 16 17 17 <!-- pre-1.0 backwards compatibility for 1.0 --> 18 <!-- non-"envelope" elements are copied to the 1.0 factoriesnamespace -->18 <!-- non-"envelope" elements are copied to the 1.0 module namespace --> 19 19 20 20 <!-- overwrite the configuration rule, as we need to work on the elements directly inside it --> -
branches/1.0/src/config/xsl/routing.xsl
r2666 r2957 13 13 14 14 <!-- pre-1.0 backwards compatibility for 1.0 --> 15 <!-- non-"envelope" elements are copied to the 1.0 factoriesnamespace -->15 <!-- non-"envelope" elements are copied to the 1.0 routing namespace --> 16 16 <xsl:template match="envelope_0_11:*"> 17 17 <xsl:element name="{local-name()}" namespace="{$routing_1_0}">

