ERROR: Not implmented in this version for xml transfom.-Please help [message #336117] |
Fri, 22 May 2009 06:04 |
|
Recently i upgraded java version from 1.5 to 1.6.
I Use eclispe 3.4.
I use Xml transformer to read the contents of the file.
Now when i run my rcp product it give error when
Source source = new DOMSource(MyDocument);
StreamResult result = new StreamResult(newStringWriter());
Transformer xformer = TransformerFactory.newInstance().newTransformer();
xformer.transform(source, result);
String xmlString = result.getWriter().toString();
Its gives me
ERROR: Not implmented in this version
javax.xml.transform.TransformerException: org.w3c.dom.DOMException: Not
implmented in this version at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl .transform(TransformerImpl.java:717)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl .transform(TransformerImpl.java:313)
Please help..
I use javax.xml_1.3.4.v200806030440.jar of eclipse.
Is there way where i can i ask to run with this rather than jre.
Regards
Govind R
|
|
|
|
Re: ERROR: �Not implmented in this version� for xml transfom.-Please help [message #336140 is a reply to message #336124] |
Tue, 26 May 2009 14:02 |
|
govind wrote:
>> I use javax.xml_1.3.4.v200806030440.jar of eclipse.
>> Is there way where i can i ask to run with this rather than jre.
You want different bundles from the Orbit project, most likely the
org.apache.xerces and org.apache.xalan bundles. The javax.xml
bundle contains mostly API code without implementation, so that you
have your DOM interfaces present.
--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
_
Nitin Dahyabhai
Eclipse Web Tools Platform
|
|
|
Powered by
FUDForum. Page generated in 0.02582 seconds