XSL won't work in my case since an XSL processor expects an XML file
not a XML DOM tree
and I need a converter which will accept an XML DOM tree
as input to produce an HTML DOM tree.
>With this engine it should be possible to do the
>XML DOM tree -> HTML DOM tree transformation.
Does the Koala accept XML DOM trees? I don't think so.
XSL processors are designed to accept XML files not DOM trees.
Internally they may convert the XML file to a XML DOM tree for processing
but they are not designed to accept XML DOM trees.
AMIT