How to merge 2 XML streams in Java by XSLT
        Posted  
        
            by user327933
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user327933
        
        
        
        Published on 2010-04-28T14:12:58Z
        Indexed on 
            2010/04/28
            16:03 UTC
        
        
        Read the original article
        Hit count: 213
        
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 are many examples, but through the files. Can this be done without saving them in files?
Thanks.
© Stack Overflow or respective owner