r1487 - branches/bxe_2_0/xsl

[email protected] Fri, 19 May 2006 10:11:19 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Fri May 19 10:11:18 2006
New Revision: 1487

Modified:
   branches/bxe_2_0/xsl/transformxsl.xsl
Log:
__bxe_id='none' can be set to not set a __bxe_id

Modified: branches/bxe_2_0/xsl/transformxsl.xsl
==============================================================================
--- branches/bxe_2_0/xsl/transformxsl.xsl	(original)
+++ branches/bxe_2_0/xsl/transformxsl.xsl	Fri May 19 10:11:18 2006
@@ -79,8 +79,8 @@
 </span>
     </xsl:template>
 
-   <xsl:template match="*[(namespace-uri() = '' and xsl:apply-templates) or 
-                          (namespace-uri()='http://www.w3.org/1999/XSL/Transform' and local-name()='element')]">
+   <xsl:template match="*[((namespace-uri() = '' and xsl:apply-templates) or 
+                          (namespace-uri()='http://www.w3.org/1999/XSL/Transform' and local-name()='element')) and not(@__bxe_id and @__bxe_id = 'none')]">
   
       <xsl:copy><xsl:for-each select="@*">
                 <xsl:copy/>
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs