RE: [xsl] XSL and 2 XML-documents

Subject: RE: [xsl] XSL and 2 XML-documents
From: Johan Thorèn (EAB) <Johan.Thoren@xxxxxxxxxxxxxxx>
Date: Wed, 2 Apr 2003 08:58:36 +0200
Tack Jonas 

Jag ska forsoka fa igang detta. 

Ha det gott
Johan


-----Original Message-----
From: "Nordström, Jonas" [mailto:Jonas.Nordstrom@xxxxxxxxxx]
Sent: den 1 april 2003 17:27
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: SV: [xsl] XSL and 2 XML-documents


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

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


Current Thread