Changeset 2957

Show
Ignore:
Timestamp:
09/28/08 20:39:19 (7 weeks ago)
Author:
david
Message:

fixed copy/paste errors in comments

Location:
branches/1.0/src/config/xsl
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/config/xsl/config_handlers.xsl

    r2648 r2957  
    1313   
    1414  <!-- 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 --> 
    1616  <xsl:template match="envelope_0_11:*"> 
    1717    <xsl:element name="{local-name()}" namespace="{$config_handlers_1_0}"> 
  • branches/1.0/src/config/xsl/module.xsl

    r2782 r2957  
    1616   
    1717  <!-- pre-1.0 backwards compatibility for 1.0 --> 
    18   <!-- non-"envelope" elements are copied to the 1.0 factories namespace --> 
     18  <!-- non-"envelope" elements are copied to the 1.0 module namespace --> 
    1919   
    2020  <!-- 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  
    1313   
    1414  <!-- 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 routing namespace --> 
    1616  <xsl:template match="envelope_0_11:*"> 
    1717    <xsl:element name="{local-name()}" namespace="{$routing_1_0}">