You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/05/24 16:44:03 UTC

svn commit: r178173 - /lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl

Author: andreas
Date: Tue May 24 07:44:02 2005
New Revision: 178173

URL: http://svn.apache.org/viewcvs?rev=178173&view=rev
Log:
page2xhtml: forward <page:body> attributes to <xhtml:body>

Modified:
    lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl?rev=178173&r1=178172&r2=178173&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl Tue May 24 07:44:02 2005
@@ -40,6 +40,7 @@
       <xsl:copy-of select="page:head/*"/>
     </head>
     <body>
+      <xsl:copy-of select="page:body/@*"/>
     
       <xsl:apply-templates select="page:title"/>
       <table class="lenya-body" border="0" cellpadding="0" cellspacing="0">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org