[Home] [By Thread] [By Date] [Recent Entries]
Fraser Goffin wrote:
This is what the output looks like :- You are using a dom4j Node/Element. You need to use an org.w3c.dom.Node. Even easier would be be to use the document function in your XSL and create a class the implements javax.xml.transform.URIResolver. This way you can return something like: new org.dom4j.io.DocumentSource(myNode) There are several examples of how to create a URIResolver out there, just google. best, -Rob
|

Cart



