joerg 2004/06/09 15:02:38
Modified: src/webapp/samples/hello-world/style/xsl page2html.xsl Log: fixing hello-world xhtml sample in IE Revision Changes Path 1.5 +3 -2 cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2html.xsl Index: page2html.xsl =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2html.xsl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- page2html.xsl 6 Mar 2004 02:25:32 -0000 1.4 +++ page2html.xsl 9 Jun 2004 22:02:38 -0000 1.5 @@ -17,7 +17,8 @@ <!-- CVS $Id$ --> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns="http://www.w3.org/1999/xhtml"> <xsl:template match="page"> <html>
