Re: Are there any XML DOM tree to HTML DOM tree converters?

Amit Rekhi (amitr@abinfosys.com)
Fri, 11 Dec 1998 10:12:31 +0530


Anette :
>I am just a newbie to XML and XSL, but I would propose to transform the
>XML document to an HTML document by using a XSL style sheet.

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