use XSLT for serializing a DOM tree into disk as XML...?
With JAXP 1.1, this was the only way to serialize XML documents I guess.
Not sure if JAXP1.2 has added a standard way of serializing XML documents though.
On a side note I wonder if JAXP has been a huge success and if people have been doing XML processing on top of JAXP :roll:
I beleive there are always situations when we are better off using processor specific features. Can anybody share their views?