Hash : b05deb7f Author : Date : 1999-08-10T19:04:08
Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel
Download
1 2 3 4 5 6 7
<!DOCTYPE item [ <!ENTITY % sampleEnt "<!ELEMENT item (para)+>"> <!ENTITY sampleEnt "the hyacinth girl"> %sampleEnt; <!ELEMENT para (#PCDATA)> ]> <item><para>'they called me &sampleEnt;'</para></item>