Questions tagged [xmldiff]

49 questions
0
votes
1 answer

pecl xmldiff unable to load in apache

I can't load xmldiff to apache pecl install xmldiff did not throw any errors BUT I error get in apache error.log is : PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/xmldiff.so' - /usr/lib/php5/20090626+lfs/xmldiff.so:…
Lev
  • 115
  • 2
  • 11
0
votes
2 answers

XSL to transform XML filtering out only element and attribute values?

I need to transform the following XML to XML that has the same elements and attributes except for values that can be localized - basically English phrases. Some of the elements () and attributes are optional (), and…
Glenn
  • 1,687
  • 15
  • 21
0
votes
1 answer

How to merge two xml file (Web.config)?

I have two xml files,if i use xmlDiffPatch of microsoft,it do Delete Element,but i Dont want to delete nodes,just replace value or add nodes,How to do that?for exampel: web1.config is like ' 600 150 75 …
vesna
  • 403
  • 1
  • 3
  • 13
-1
votes
1 answer

Compare xml strings and list out difference in Python

I've been looking around, and though there are several options, none of them really fit my current problem. I get two XML strings, str1 and str2 that have "User" nodes with childnodes detailing things like name, age, address, etc. From there I need…
pikubhai
  • 7
  • 1
  • 4
1 2 3
4