Sha256: 7fd6e645b7b5442fae42d62ff86fb7bd62716e8d618b6aa8d3a18642914b4a1d

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

Planned:

v 3.1

  * Add xml_namespaces to allow declaration of distinct prefx/url namespace pairs

  * Consider class_inheritable_attribute rather than superclass.try stuff.

  * Do some benchmarking

  * Back with http://xml-object.rubyforge.org/doc/ to minimize need for specifications?

  * Commandeer #parse to use opposite #from_xml, but in an unrooted, collection-friendly fashion,
   ala HappyMapper's parse

v 3.x

  * :self => true for sending method_missing to this attribute?

  * :attributes extensions ala HappyMapper?

  * Add xml_attrs helper to share :in declarations between several attributes. E.g.:

     xml_reader :count, :in => 'Attributes', :as => Integer
     xml_reader :something_else, :in => 'Attributes', :as => Date

    becomes:

    xml_attrs :in => 'Attributes' do |xml|
      xml.reader  :count, :as => Integer
      xml.reader  :something_else, :as => Date
    end

  * Ensure (perhaps optionally) that references are unambiguous. That is error/warn
   a singular specification has multiple possible node references

  * Use lazy evaluation to minimize parsing time for large files


Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
roxml-3.1.1 TODO
roxml-3.1.0 TODO
ROXML-3.0.0 TODO