This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Combining XML data


>> I want to combine the data to create a result document...
>
>Use the XSLT document() function.
>

Are there any examples of the usage of document().  I too am trying to
merge and report the differences of two similarly formatted XML documents. 
Perhaps I'm still thinking the wrong way but I thought it would be
necessary to store two context nodes (one from each document) so that all
instances of elements in one document but not the other could be examined
as well as comparing the contents of the same node in each document.

I've currently opted for the safe option and am writing a java app that
uses the DOM API but would be very interested in a pure XSLT solution.

Thanks

Tom Mullen

-----------------------------------------------------------------
        Visit our Internet site at http://www.reuters.com

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]