Re: [docbook] €?

From
Tim Waugh <>
Date
2003-05-22T21:33:24+00:00
ID
Thread
Re: [docbook] &euro;?
On Thu, May 22, 2003 at 07:26:48PM +0200,  wrote:

> &euro; works, it is declared as an entity to its unicode character at the
> docbookx.dtd:
> <!ENTITY euro "&#x20AC;">

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 "&#x20AC;"><!-- euro sign, U+20AC NEW -->
]]>

Why is &#x20AC; restricted to XML documents?

Tim.
*/