SV: [xsl] XSL and 2 XML-documents

Subject: SV: [xsl] XSL and 2 XML-documents
From: "Nordström, Jonas" <Jonas.Nordstrom@xxxxxxxxxx>
Date: Tue, 1 Apr 2003 17:26:44 +0200
This is not exactly what you asked for, but Microsoft has a tool called XML
diff:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/ht
ml/xmldiff.asp

Jonas Nordstrom
Sigma Exallon AB


-----Ursprungligt meddelande-----
Från: Johan Thorèn (EAB) [mailto:Johan.Thoren@xxxxxxxxxxxxxxx]
Skickat: den 1 april 2003 16:41
Till: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Ämne: [xsl] XSL and 2 XML-documents



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

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


Current Thread