[xsl] XSL and 2 XML-documents

Subject: [xsl] XSL and 2 XML-documents
From: Johan Thorèn (EAB) <Johan.Thoren@xxxxxxxxxxxxxxx>
Date: Tue, 1 Apr 2003 16:41:08 +0200
Hello

Im currently trying to compare two xml documents looking something like

<element name="reference_elements">
	<element name="X" value="10"><\element>
	<element name="Y" value="15"><\element>
<\element>

with...

<element name="elements">
	<element name="Y" value="1"><\element>
	<element name="X" value="10"><\element>
<\element>

Is it possible to use XSL on these two different XML files and generate 
a report on the differences?

The output should be like Y has diffent value then the reference value.

Best regards
Johan
 


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


Current Thread