Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XSL-1101:(Fatal Error)DOMSource node as this type not supported

213238Apr 17 2004 — edited May 17 2004
Hi,

I tried to use JXTransformer to transform a w3c.dom.Document, I got error: XSL-1101:(Fatal Error)DOMSource node as this type not supported.

here is my code:

org.w3c.dom.Document doc;
PrintWrite write;

transformer.transform(new DOMSource(doc), new StreamResult(writer));

I don't understand the error, according to oracle.xml.jaxp.JXTransformer API, transform(Source source, Result result), it should work.

Thanks,





Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2004
Added on Apr 17 2004
7 comments
3,962 views