[DXML-11] Support cdata with sexp-as-element Created: 21/Nov/12 Updated: 08/Jan/13 Resolved: 08/Jan/13 |
|
| Status: | Resolved |
| Project: | data.xml |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Jeff Weiss | Assignee: | Ryan Senior |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
prxml allowed something like this: (prxml [:foo [:cdata! "all my cdata"]]) It doesn't look like that is currently allowed in data.xml. It looked like maybe I could extend the AsElements protocol to get this behavior, but I couldn't quite figure it out, seems like I'd have to have access to the XmlStreamWriter to get the string representation of the cdata. |
| Comments |
| Comment by Ryan Senior [ 08/Jan/13 10:07 PM ] |
|
Added, released in 0.0.7 |