Changeset 6107

Show
Ignore:
Timestamp:
01/11/12 14:20:05 (4 months ago)
Author:
mtld
Message:

avoid accidental ixsl.2:dummyattribute creation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-core/src/main/resources/PUSTEFIX-INF/xsl/customizemaster.xsl

    r5889 r6107  
    6161  <xsl:template match="/xsl:stylesheet/xsl:template[@match='/']/ixsl:stylesheet"> 
    6262    <xsl:variable name="complete_exclude_result_prefixes" xmlns:prj="http://www.pustefix-framework.org/2008/namespace/project-config"> 
    63       <xsl:for-each select="$config_document/make/namespaces/namespace-declaration[@exclude-result-prefix='true']"> 
     63      <xsl:for-each select="$config_document/make/namespaces/namespace-declaration[@exclude-result-prefix='true' and not(@prefix='ixsl')]"> 
    6464        <xsl:value-of select="@prefix"/> 
    6565        <xsl:text>:</xsl:text>