[jdom-interest] XMLOutputter clipping text ... a bug?
William Krick
wkrick at eio-online.com
Thu Mar 11 13:03:45 PST 2004
I am still using JDOM b9 but I have since replaced that code
with this equivalent code instead...
XMLOutputter fmt = new XMLOutputter();
fmt.setIndent("");
fmt.setNewlines(false);
fmt.setEncoding("UTF-8");
...
Krick
-----Original Message-----
From: jdom-interest-admin at jdom.org
[mailto:jdom-interest-admin at jdom.org]On Behalf Of Jason Hunter
Sent: Thursday, March 11, 2004 3:57 PM
To: Rick Beton
Cc: jdom-interest at jdom.org
Subject: Re: [jdom-interest] XMLOutputter clipping text ... a bug?
Rick Beton wrote:
> William Krick wrote:
>
>>...
>>
>>XMLOutputter fmt = new XMLOutputter("", false, "UTF-8");
>
> Puzzling. Has this constructor been removed recently? It's not in the
> CVS trunk.
Yes, it was deprecated in beta 10, replaced with the Format class, and
removed after beta 10.
-jh-
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com
More information about the jdom-interest
mailing list