Can someone explain me the difference between the two lines of XML below:

<sometag><![CDATA[some textual content]]></sometag>
<sometag>[CDATA[some textual content]]</sometag>

I use the second form in one of my document, and everything seem to work
fine, but by looking at the online doc from <cvschangelog>, I see the output
using the first form...

What the difference? Does it matter for the DTD?
I use <!ELEMENT sometag (#PCDATA)> for that element.

Thanks for any help. --DD

PS: The XML spec is a little obtuse to me... And I did look at it!

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

Reply via email to