How can compare two xml files.........
807598Jul 1 2006 — edited Aug 11 2006Hi developers..........
I have a problem in compare two xml files.My project description is I take two xml(file1,file2) files.Compare file1 with file2. Now I want what are the same words in to the file2.
file1:
<hello>
<html>
<jsp:plugin>
file2:
-----
<hello>
<jsp:usebean>
<html>
result:
------
<hello>
any give the code for this logic.....