Question

How do I use TransformerFactory in BlackBerry for XML creation?

Java has TransformerFactory method. But BalackBerry does not.

Was it helpful?

Solution

Since BlackBerry uses J2ME as their software platform, you are somewhat limited in the third-party Java libraries you can use in your project. You may want to take a look at something like Javolution or other libraries which are specifically targeted for J2ME.

OTHER TIPS

You can try getting xerces.jar/xalan.jar into your device. Then you can use Xalan's native api to do XML Transformations.

See http://xalan.apache.org/

I can't guarantee that xalan would actually work on BlackBerry, tho.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top