• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

XML Comparison without DTD & XSD and able to return XPath of the Diff Node

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

I am new xml concept in java.

First xml can have n of nodes and second xml can have n of the node.
The node is new to second xml when compare to first xml.It has to go change list.

1. I need to compare 2 xml document and return the XPath of the Nodes.

2. Both xml do not have any association like XSD,DTD and XSLT.

3. I am looking for java api to find/return xpath of the node.

Please help me.
Saravanan.P
 
No prison can hold Chairface Chippendale. And on a totally different topic ... my stuff:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic