cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Mapping Program to compare Two XML filesUsing SAX Parcer

rajasekhar_reddy14
Active Contributor
0 Kudos

We have a requirement to create a Java program to compare two XMLs and return boolean value.

Using SAX parser to parse & retrive the values from the XMLs.

The program should perform the below checks and return true flag on mismatch and need not continue further checks on true

1) XML Root node -> DocType & Version check

2) Number of Line Items check

Loop on 1st Xml LineItems {

Start nested Loop on 2nd Xml LineItems {

If the 1st XML PurchaseOrderLineItemNumber equals 2nd XML PurchaseOrderLineItemNumber {

3)PurchaseOrderLineItemNumber

4)LineStatus

This is my requirement can anyopne help me out....

Can any one help me out

Edited by: Raja Sekhar Reddy T on Jul 4, 2008 11:13 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

thanks..i have done java mapping program

0 Kudos

Hi,

We are planning to upgrade PI 7.11 to PI 7.3.

Can you help me what are the steps we have to fallow to upgdrade PI and what are the changes/Issues will happen in PI.

Thanks,

Mallam