how to change xml declaration using jaxb Marshaller
843834May 20 2003 — edited May 26 2003please, my xml declaration, in the output file generated by jaxb: javax.xml.bind.Marshaller is:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
I need to change it in:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="style.xsl"?>
I don't have idea about how to change.
thanks a lot alessandro