-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
What steps will reproduce the problem?
1. Have an XML file with " inside an attribute
2. Convert to binary
3. Convert back using AXMLPrinter2
4. Check XML with xmllint
What is the expected output? What do you see instead?
Should be: <tag attr="this is "quoted"">
Is it: <tag attr="this is "quoted"">
What version of the product are you using? On what operating system?
AXMLPrinter2 as of now. OpenJDK 64bit 6b24-1.11.1-4ubuntu3 (1.6.0_24)
Original issue reported on code.google.com by mbi...@gmail.com on 6 Jun 2012 at 7:16