<?xml version="1.0"?>
<!DOCTYPE MODULE SYSTEM "horse.dtd">
<MODULE>
&horse;
</MODULE>
with horse.dtd
<!ENTITY horse "horsepower">
produces all the time result that I must have declaration of MODULE
element. Why? If I don't have entities, I don't need dtd at all.
2) Which entities all xml parsers have to know without declarations? I know
that they can handle &, but how about ä etc?
Thanks
Mika