Ticket #320 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

xml does not parse correctly if using cdata

Reported by: daniel.mang..@gmail.com Assigned to:
Priority: medium Milestone: The Future
Component: Merb Keywords: from_xml cdata
Cc:

Description

I'm attaching a diff for a failing test. Hash.from_xml doesn't parse correctly if the XML uses CDATA.

Attachments

merb.failure.with.cdata.diff (0.7 kB) - added by daniel.mang..@gmail.com on 11/19/07 17:48:36.

Change History

11/19/07 17:48:36 changed by daniel.mang..@gmail.com

  • attachment merb.failure.with.cdata.diff added.

12/25/07 02:32:23 changed by coda.ha..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [1133]) Add support for CDATA sections in Hash.from_xml. Closes #320 [daniel.mang..@gmail.com]