Hi David,
 
the "official" way to request a new feature is adding it to the RFE list on sourceforge:
http://sourceforge.net/tracker/?group_id=16035&atid=366035
 
optionally, if you want such an RFE to be added very quick; you should add a patch to the RFE.
 
In the meantime, you could solve your problem with some kind of "hack". Create a subclass of XMLWriter and override the writeDeclaration() method to include your standalone and version attributes.
 
regards,
Maarten

David Thielen <[EMAIL PROTECTED]> wrote:
But I want standalone :(.

Is there a way to officially put in requests for the next version of dom4j?

Thanks - dave


-----Original Message-----
From: Edwin Dankert [mailto:[EMAIL PROTECTED]
Sent: Monday, December 20, 2004 2:59 AM
To: David Thielen
Cc: dom4j-user@lists.sourceforge.net
Subject: Re: [dom4j-user] standalone="yes"?>

You can set the encoding using:

OutputFormat.setEncoding( String encoding).

I don't think you can set the 'standalone' and 'version' information yet.

Regards,
Edwin

On Sat, 18 Dec 2004 11:47:29 -0700, David Thielen <[EMAIL PROTECTED]>
wrote:
>
>
>
> Hi;
>
>
>
> When I create a document, how do I set the encoding & standalone?
>
>
>
> Thanks - dave
>
>
>
> Ps - Someone needs to write a dom4j "cookbook" for O'Reilly!!!!!



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to