stefano 2003/02/22 07:00:23
Modified: src/webapp welcome.xml welcome.xslt
Log:
fixed a problem with encoding for the copyright sign
Revision Changes Path
1.2 +1 -1 xml-cocoon2/src/webapp/welcome.xml
Index: welcome.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/welcome.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- welcome.xml 20 Feb 2003 20:00:14 -0000 1.1
+++ welcome.xml 22 Feb 2003 15:00:23 -0000 1.2
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
<!--+
| This is a very simple XML page done just to show how a simple
1.3 +2 -2 xml-cocoon2/src/webapp/welcome.xslt
Index: welcome.xslt
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/welcome.xslt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- welcome.xslt 22 Feb 2003 11:24:03 -0000 1.2
+++ welcome.xslt 22 Feb 2003 15:00:23 -0000 1.3
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
@@ -13,7 +13,7 @@
<h1>Welcome to Cocoon!</h1>
<xsl:apply-templates/>
<p class="copyright">
- Copyright © @year@ <a href="http://www.apache.org/">The Apache
Software Foundation</a>. All rights reserved.
+ Copyright � @year@ <a href="http://www.apache.org/">The Apache Software
Foundation</a>. All rights reserved.
</p>
<p class="block">
<a href="http://cocoon.apache.org/"><img src="images/powered.gif"
alt="Powered by Cocoon"/></a>