xsl-list
[Top] [All Lists]

RE: Differents between XML-Files

2002-11-20 07:12:55
Hi,

This is a tough one :)

I saw a paper from a commercial vendor at:

http://www.deltaxml.com/pdf/merging-xml-files.pdf

I would be very interested to learn what you find out.

I wonder, has anybody played around with subversion to get back well formed
diffs?

best,
-Rob

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
Asim Tozlu
Sent: Wednesday, November 20, 2002 4:05 AM

Hi,

i have this XML-File


              <DE_TAB>
                      <VC_Name>FileTransfer</VC_Name>
                      <DE_Checkboxen>
                              <VC_HL7Packages>1(_at_)2</VC_HL7Packages>
                              <VC_HL7SendAll>3(_at_)4</VC_HL7SendAll>
                      </DE_Checkboxen>

<DE_Abschnitt>Leistungsversandpfad</DE_Abschnitt>
                      <DE_Textbox>

<VC_HL7Transferpath>C:\Leistungen°Dateienzuordung(_at_)ORDNER</VC_HL7Transfer
path>
                      </DE_Textbox>
              </DE_TAB>


and this one:

              <DE_TAB>
                      <VC_Name>FileTransfer</VC_Name>
                      <DE_Checkboxen>
                              <VC_HL7Packages>1(_at_)2</VC_HL7Packages>
                              <VC_HL7SendAll>3(_at_)4</VC_HL7SendAll>

<VC_HL7SendTogether>5(_at_)6</VC_HL7SendTogether>
                      </DE_Checkboxen>

<DE_Abschnitt>Leistungsversandpfad</DE_Abschnitt>
                      <DE_Textbox>

<VC_HL7Transferpath>C:\Leistungen°Dateienzuordung(_at_)ORDNER</VC_HL7Transfer
path>
                              <VC_HL7>7(_at_)8</VC_HL7>
                      </DE_Textbox>
              </DE_TAB>


Now i want show the differents between both files with an XSL.

Result:

              <DE_TAB>
                      <VC_Name>FileTransfer</VC_Name>
                      <DE_Checkboxen>

<VC_HL7SendTogether>5(_at_)6</VC_HL7SendTogether>
                      </DE_Checkboxen>

<DE_Abschnitt>Leistungsversandpfad</DE_Abschnitt>
                      <DE_Textbox>
                              <VC_HL7>7(_at_)8</VC_HL7>
                      </DE_Textbox>
              </DE_TAB>


Thanks for Help or Info.


Mit freundlichen Grüßen
Best regards





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



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