Closed (won't fix)
Project:
Address Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2011 at 05:15 UTC
Updated:
12 Jul 2011 at 12:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
acouch commentedThis happens b/c & is not escaped as required for SimpleXMLElement: http://bugs.php.net/bug.php?id=44458
Attached is a patch that passes the values in xnl_validate through check_plain();
Comment #2
BenK commentedI experienced the same problem and tried to apply the patch in #1. But when applying the patch I'm getting the following error:
patch: **** malformed patch at line 30: --
I also tried using "git apply" but got the same result. Can you look at a re-roll?
--Ben
Comment #3
nlindley commentedThis patch should have the same changes as #1, just rerolled using git diff. Hopefully this works for you.
Comment #4
damien tournoud commentedThe
-reloadedbranch has been merged. The whole XML support is gone.