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