Raj writes: >I checked examples that are given along with the product, I found that >it takes a XML document and XSL both stored on the hard drive and >transforms into HTML or FO and result can be attached to the servlet's >response. In our case we can have only the XSL on the hard drive and >DOM will be created on the fly. Quoting from the "Usage Patterns" page at http://xml.apache.org/xalan-j/usagepatterns.html it says... Just as with the stylesheet, you can supply the XML Source in the form of a StreamSource, DOMSource, or SAXSource. Likewise, the Result may be a StreamResult, DOMResult, or SAXResult. Does that lead to your answer? .................David Marston
