History log of /libcore/luni/src/test/java/libcore/xml/DomSerializationTest.java
Revision Date Author Comments
5757d1d948906c432110f70d8281b18b4ce6824c 27-Oct-2011 Jesse Wilson <jessewilson@google.com> Tests to demonstrate that KxmlSerializer and DOM writing both work.

A user reported that he expected &quot; instead of " in text nodes
of the emitted document. The user is wrong, but we don't have any
tests that demonstrate either case. I wrote tests for both DOM
writing and KxmlSerializer since there's no "RI" for the KxmlSerializer
and I wanted evidence that " is commonplace. (&quot; is permitted
according to the spec.)

(cherry-pick of 75595b3b8136ac524570125d74f748f0b0424428.)

Bug: http://code.google.com/p/android/issues/detail?id=21250
Change-Id: I1b219a5c8d06551c4e7ac72a6df262df6b64209f