Changeset 6107
- Timestamp:
- 01/11/12 14:20:05 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-core/src/main/resources/PUSTEFIX-INF/xsl/customizemaster.xsl
r5889 r6107 61 61 <xsl:template match="/xsl:stylesheet/xsl:template[@match='/']/ixsl:stylesheet"> 62 62 <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')]"> 64 64 <xsl:value-of select="@prefix"/> 65 65 <xsl:text>:</xsl:text>
