http://www.perlmonks.org?node_id=926137


in reply to Re^3: diff output of XML::SemanticCompare
in thread diff output of XML::SemanticCompare

Sorry, when I said that I want to see output as xml tags,
I meant something like this:

xml1:

<job> <job-detail> <name>Symbian deactivation process</name> <group>Symbian</group> <description>Deactivates all expired symbains</description> </job-detail> </job>

xml2:
<job> <job-detail> <name>Symbian deactivation process</name> <group>Symbian</group> <description>Deactivates all expired symbains</description> </job-detail> </job> <job> <job-detail> <name>Distribution Content</name> <group>Distribution Cycle Group</group> <description>Updating the distribution content with one message< +/description> </job-detail> </job>

and the result will be displayed as xml:
<job> <job-detail> <name>Distribution Content</name> <group>Distribution Cycle Group</group> <description>Updating the distribution content with one message< +/description> </job-detail> </job>