[jdom-interest] Incorrect doc comments for XMLOutputter?

Jason Hunter jhunter at collab.net
Tue Aug 22 10:52:06 PDT 2000


Thanks, fixed the docs.  

We still have the issue that because we have to preserve whitespace
(even though 98% of the time it's not important and is just used for
indenting) the output's going to look ugly if there's any manual
manipulation of the content: indents will be of the wrong depth, new
lines will be retrained for content read from file but not added for
content created in memory, and so on.

-jh-

philip.nelson at omniresources.com wrote:
> 
>         /**
>          * <p>
>          * This will create an <code>XMLOutputter</code> with
>          *   a two-space indent and new lines on.
>          * </p>
>          */
>         public XMLOutputter() {
>                 namespaces = new LinkedList();
>         }
> 
> As coded the actual default is no newlines and no indent
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com



More information about the jdom-interest mailing list