Opened 11 years ago
Closed 11 years ago
#9139 closed defect (fixed)
ATOM io model doesn't retain XML formatting in content.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | General | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
ATOM io model doesn't retain XML formatting in content.
Looks to be an oversight where <content> tags are parsed into the model. XML tagging is lost in the case of type="xml" or "text/xml"
Easy enough to fix this.
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | atom_xml.patch added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to add XML value support + UT for it.