This document catalog-test.xml
facilitates the testing of
the entity catalogs and the resolution of entities.
For further information see Cocoon documentation:
Entity resolution with
catalogs
The following external entities have been declared in the head of this
XML instance catalog-test.xml
...
- document-v10.dtd (and hence characters.ent)
- ISOnum.pen
Here is the actual declaration ...
 |  |  |
 |
<!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"
"ISOnum.pen">
%ISOnum;
]>
|  |
 |  |  |