Apologies, silly question when the answer's in the cookbook. But isn't there a missing conversion from Document to Source? I would have expected the call to be
this.transformer.transform(new DocumentSource(this.schema), this.result); Cheers Tony ----- Original Message ----- From: "Tony Montgomery Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 10, 2001 4:32 PM Subject: XSLT transformations JDOM have a rather neat "transform" package, that has a technique for transforming a JDOM Document directly into another JDOM Document, rather than having to create XML, then transform, then parse back. Are their plans for anything similar in dom4j? Of course, the JDOM package may just be a wrapper for doing it the crude way! Cheers Tony Montgomery-Smith PCMS Datafit Ltd Huntingdon UK _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
