Is anyone aware of implementations of the standard javax.xml.transform.Source and javax.xml.transform.Result which operate on underlying POJOs?
In other words, I want to use XSLT to transform one java object graph into another.
I ...
Our shop develops platform on which multiple core products and customer specific implementations are built. The platform has been around for 5 years and now we are trying to re-think/re-platform. As ...
Xalan-J lets us create and manipulate java objects using it's extension mechanism. What I want to do is to pass an already created object from Java (from the JVM ...