<?xml version="1.0" encoding="utf-8"?>
<WorkItems>
<WorkItem Duration="1" ID="1" Title="this breaks: ""></WorkItem>
</WorkItems>
I embed this XML into my Flex 4 app:
<fx:XML source="data.xml" id="Data">
</fx:XML>
And I get an error: TypeError: Error #1090: XML parser failure: element is malformed.
If I remove the quot part of the title it works fine. How come? Isn't this the proper way to escape "?
Edit: Opened a bug with Adobe.