Test: /ext/simplexml/tests/bug38354.phpt - Version 5.4.7-dev        

Bug #38354 Unwanted reformatting of XML when using AsXML
Submitted: 2006-08-06 08:47:42 Modified: 2006-08-06 19:40:04
From: rowanjl Assigned:
Status: Closed Package: SimpleXML related
PHP Version: 5.1.4 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- string(101) "<?xml version="1.0"?>
002- <code>
003- <a href="javascript:alert('1');"><strong>Item Two</strong></a>
004- </code>
005- "
006- string(62) "<a href="javascript:alert('1');"><strong>Item Two</strong></a>"
007- string(25) "<strong>Item Two</strong>"
008- Done