users@jaxb.java.net

closing a tag with abbreviated form

From: Christoph Brunner <news_chbr0001_at_YAHOO.DE>
Date: Wed, 04 Jun 2003 05:33:59 -0600

Hello,

if i export XML tags without a value or a subtag, just with an attribute the output look like this:
<tagname V="attributeValue"></tagname>

Is there a possibility to get this output:
<tagname V="attributeValue"/>

Thanks
Christoph Brunner