Update of /var/cvs/applications/richtext/config/xslt
In directory james.mmbase.org:/tmp/cvs-serv4075

Modified Files:
        2xhtml.xslt 
Log Message:
bugfix, p at root of xml with id did not show relations any more


See also: http://cvs.mmbase.org/viewcvs/applications/richtext/config/xslt


Index: 2xhtml.xslt
===================================================================
RCS file: /var/cvs/applications/richtext/config/xslt/2xhtml.xslt,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- 2xhtml.xslt 22 Apr 2008 11:16:59 -0000      1.27
+++ 2xhtml.xslt 23 Jun 2008 08:45:10 -0000      1.28
@@ -3,7 +3,7 @@
   org.mmbase.bridge.util.Generator, and the XSL is invoked by FormatterTag.
 
   @author:  Michiel Meeuwissen
-  @version: $Id: 2xhtml.xslt,v 1.27 2008/04/22 11:16:59 michiel Exp $
+  @version: $Id: 2xhtml.xslt,v 1.28 2008/06/23 08:45:10 michiel Exp $
   @since:   MMBase-1.6
 -->
 <xsl:stylesheet
@@ -474,7 +474,6 @@
 
   <xsl:template match="mmxf:[EMAIL PROTECTED] != '']|mmxf:[EMAIL PROTECTED] != 
'']|mmxf:a" >
     <xsl:param name="in_a" />
-
     <!--
          The most difficult part of this XSL happens here.
          Resolving of the idrels.
@@ -495,6 +494,10 @@
     </xsl:apply-templates>
   </xsl:template>
 
+  <xsl:template match="mmxf:[EMAIL PROTECTED] != '']" mode="root">
+    <xsl:apply-templates select="." />
+  </xsl:template>
+
   <!--
       Presents an mmxf:section with relations.
       Does sections specific stuff and jumps 'relations' mode which is a more 
generic template to handle inline relations.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to