I think i have a rather unique problem to solve. Well, i cant find enough information using Google. So here it goes,
I work on a JEE SOA application which stores XML ...
I'd like to merge 2 XML streams (strings) in Java, necessarily by XSLT (that I could change the transformation), but the problem is that the XMLs come as a string. There ...
I know it's possible to create java objects and call methods from XSLT. If the method I'm calling returns a DOM document is it possible to merge that into the ...