You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Charlie Wu <cw...@covigna.com> on 2001/03/10 02:01:58 UTC

is there a way to transform xml files without headers

hi there:

i can now have a complete xml files to anotehr xml file using xslt (with
xalan)

i'm wondering if i can supress the output xml file's headers?

i.e. from: <a>val</a> (or <?xml version="1.0"?><a>val</a>)

	to: <b>val</b> (not <?xml version="1.0"?><b>val</b>)

Thanks!

Charlie