[Yanel-commits] rev 25554 - public/yanel/trunk/src/resources/directory/xslt

josias at wyona.com josias at wyona.com
Thu Jun 28 08:30:48 CEST 2007


Author: josias
Date: 2007-06-28 08:30:46 +0200 (Thu, 28 Jun 2007)
New Revision: 25554

Modified:
   public/yanel/trunk/src/resources/directory/xslt/dir2xhtml.xsl
Log:
wraps the content returned by the directory resource in a <div> so it is valid when used inline. thanks to Jonathan for the patch.

Modified: public/yanel/trunk/src/resources/directory/xslt/dir2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/resources/directory/xslt/dir2xhtml.xsl	2007-06-27 22:32:23 UTC (rev 25553)
+++ public/yanel/trunk/src/resources/directory/xslt/dir2xhtml.xsl	2007-06-28 06:30:46 UTC (rev 25554)
@@ -27,6 +27,7 @@
 </head>
 
 <body>
+<div>
 <p>
 <b>Yanel Path (with regard to realm):</b>&#160;<xsl:value-of select="/dir:directory/@yanel:path"/>
 </p>
@@ -43,6 +44,7 @@
 <b>Children:</b><br/>
 <xsl:apply-templates select="/dir:directory/*"/>
 </p>
+</div>
 </body>
 </html>
 </xsl:template>




More information about the Yanel-commits mailing list