> Dummy question:
> How can I use accents in XML for rendering HTML?
> I try to insert using HTML tags ´ but got something like:
Dummy answer:
Read the XML spec - you'll see that only 5 standard entities are allowed in
XML:
' @apos;
" @quot;
@ @amp;
< @lt;
> @gt;
If you want to use any other entity references they must be declared in a
DTD.
Frank
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]