users@jaxb.java.net

Excluding <?xml... line from marshalled element

From: Karlo Berket <kberket_at_lbl.gov>
Date: Fri, 11 Jul 2003 14:14:54 -0400

Is there a way to marshal an element such that the output does not
include the usual first line? That is instead of having this output

<?xml version="1.0" encoding="UTF-8">
<myelement>hello</myelement>

I would like to have just this output

<myelement>hello</myelement>


Karlo Berket
LBNL