Ok I found the way to convert my accents.
The problem:
- I received a HTML with some '&eacust;' caracters. I want to transform
them to be XML compliant.
Solution:
- I used tidy from w3c (see: http://www.w3.org/People/Raggett/tidy/). It
converted the characters into a UTF-8 code.
- in the XML declaration I say: <?xml version="1.0" encoding="UTF-8"?>
And this works.
HTH
Thanks again for your time,
Didier.
Didier Dubois wrote:
>
> Is there a script or something that can help me to do the conversion?
> Or where can i fond a DTD that can correctly display accents using XML?
>
> [EMAIL PROTECTED] wrote:
> >
> > In a message dated 08/24/2000 6:09:43 PM Eastern Daylight Time,
> > [EMAIL PROTECTED] writes:
> >
> > << How can I use accents in XML for rendering HTML? >>
> >
> > Try using the numeric character code: i.e. é
> >
> > --
> > --------------------------------------------------------------
> > 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]
>
> --
> mailto:[EMAIL PROTECTED] http://www.idbsoft.ch
>
> --
> --------------------------------------------------------------
> 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]
--
mailto:[EMAIL PROTECTED] http://www.idbsoft.ch
--
--------------------------------------------------------------
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]