Re: [docbook] €?
On Thu, May 22, 2003 at 07:26:48PM +0200, wrote: > € works, it is declared as an entity to its unicode character at the > docbookx.dtd: > <!ENTITY euro "€"> Oh, wait, I misunderstood--I thought docbookx.dtd was just for XML. But this is what's tripping me up: <![%sgml.features;[ <!ENTITY euro "[euro ]"><!-- euro sign, U+20AC NEW --> ]]> <![%xml.features;[ <!ENTITY euro "€"><!-- euro sign, U+20AC NEW --> ]]> Why is € restricted to XML documents? Tim. */