This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XML String as Parameter..


> 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@ntlworld.com
work: Michael.Kay@softwareag.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]