Hi!

The encoding is set on the OutputFormat object for example:
    OutputFormat outFormat = OutputFormat.createPrettyPrint();
    outFormat.setEncoding("ISO-8859-1");
// p_resp is a HttpServletResponse object
    XMLWriter out = new HTMLWriter(p_resp.getOutputStream(), outFormat);
// xmlDocument is the created XML Document
    out.write(xmlDocument);

Cheers Christian

> -----Ursprungligt meddelande-----
> Från: Carlos Barroso [mailto:est-c-barroso@;ptinovacao.pt]
> Skickat: den 5 november 2002 12:23
> Till: [EMAIL PROTECTED]
> Ämne: [dom4j-user] Howto to set the encoding attribute...
> 
> 
> Hy there.
> I'm a starter. Can someone please tell me how can I
> set the encoding attribute of  "<?xml version='1.0' 
> encoding='UTF-8'?>", to
> something
> diferente like"ISO-8859-1" when I create a document from scratch?
> Thanks.
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: See the NEW Palm 
> Tungsten T handheld. Power & Color in a compact size!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
> _______________________________________________
> dom4j-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dom4j-user
> 


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to