Ticket #17 (new enhancement)

Opened 3 years ago

Last modified 11 months ago

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

Changed 2 years ago by anonymous

  • milestone changed from 3.1.4 to 3.1.6

Changed 21 months ago by ser

  • milestone changed from 3.1.6 to 3.1.7

Changed 13 months ago by ser

  • milestone changed from 3.1.7 to 3.1.8

Changed 11 months ago by ser

  • milestone changed from 3.1.8 to Deferred
Note: See TracTickets for help on using tickets.