Ticket #17 (new enhancement)
Add to_xml and from_xml
| Reported by: | ser | Owned by: | ser |
|---|---|---|---|
| Priority: | normal | Milestone: | Deferred |
| Component: | DOM | Version: | 3.1.2 |
| Severity: | normal | Keywords: | |
| Cc: | Ruby version: | 1.8.2 | |
| Operating system: | All |
Description
Add:
class Object
to_xml
# ...
end
end
class String
from_xml
# ...
end
end
There will be obvious limitations; not all valid XML tags and attributes are valid Ruby class and attribute names, but to_xml should not pose any problems.
Change History
Note: See
TracTickets for help on using
tickets.
