xsl-list
[Top] [All Lists]

XSL and 2 XML-documents

2003-04-01 07:41:08

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



<Prev in Thread] Current Thread [Next in Thread>