> Cool, I missed that. I don't suppose there is a way to do
> something like
> this (not using DOM) using Saxon and Aelfred?
>
Yes, you can build a Saxon tree and pass that as a parameter to a
stylesheet.
The easiest way to build a Saxon tree is probably to do a JAXP identity
transformation from a StreamSource to a DOMResult. You can also use the JAXP
DocumentBuilder interface if you set the Java system properties correctly to
make sure you get a Saxon DOM.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|