On May 14, 2008, at 01:14, [EMAIL PROTECTED] wrote:

FWIW: Small correction

<snip />

In the example you provided the following will break xml:

         <Title>Na zolotom kryl&apos;ce sideli</Title>

This is not true. The entity &apos; is also defined by XML. The intention is correct, though. There are many entities predefined for (X)HTML, while XML only has five (the bare essentials):

&apos;
&quot;
&lt;
&gt;
&amp;

The others, you can replace, as you did, or you can define them in a DTD and reference that from the XML.


HTH!

Cheers

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to