crossley 01/11/08 21:13:20
Modified: documentation/xdocs catalog-test.xml
Log:
Use a table to organise the tests for character entities.
Revision Changes Path
1.5 +29 -6 xml-cocoon2/documentation/xdocs/catalog-test.xml
Index: catalog-test.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/catalog-test.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- catalog-test.xml 2001/10/25 15:11:44 1.4
+++ catalog-test.xml 2001/11/09 05:13:20 1.5
@@ -27,7 +27,8 @@
<p>
For further information see Cocoon documentation:
- <link href="userdocs/concepts/catalog.html">Entity resolution with
catalogs</link>
+ <link href="userdocs/concepts/catalog.html">Entity resolution with
+ catalogs</link>
</p>
<p>
@@ -43,7 +44,8 @@
<p>Here is the actual declaration ...</p>
<source><![CDATA[
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
"dtd/document-v10.dtd"
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
+ "dtd/document-v10.dtd"
[
<!ENTITY % ISOnum PUBLIC
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
@@ -60,10 +62,31 @@
the result presented below.
</p>
- <ul>
- <li>ISOnum.pen ... &half; ... ½</li>
- <li>characters.ent ... &ouml; ... Jörg</li>
- </ul>
+ <note>Beware: Even though Cocoon will deliver reliable ouput, your web
+ browser may not render the document properly. Some browsers do not know
+ what to do with the character entity.
+ </note>
+
+ <table>
+ <tr>
+ <th>Entity set</th>
+ <th>Character entity</th>
+ <th>Representation</th>
+ </tr>
+
+ <tr>
+ <td>ISOnum.pen</td>
+ <td>&half;</td>
+ <td>½</td>
+ </tr>
+
+ <tr>
+ <td>characters.ent</td>
+ <td>&ouml;</td>
+ <td>Jörg</td>
+ </tr>
+ </table>
+
</s1>
</body>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]