Henri Sivonen wrote:
Hi,
On Sep 2, 2008, at 14:38, Julian Reschke wrote:
I just checked my last project where I needed to produce HTML from
Java -- turns out that it falls into the same category, as it uses
javax.xml.transform just for the purpose of serializing to HTML. Note
that this is *not* XSLT, just usage of a standard JDK method to
produce HTML.
How can one use javax.xml.transform as a mere serializer? Can that be
done without the expense of using an identity transform?
Yes.
I did attach sample code, didn't I?
BR, Julian