relaton / relaton-iec

IecBib: retrieve IEC/CIE Standards for bibliographic use using the BibliographicItem model
MIT License
1 stars 0 forks source link

Add new from_xml structure #3

Closed opoudjis closed 6 years ago

opoudjis commented 6 years ago

I notice that you have reorganised the way from_xml works in isobib, ietfbib and gbbib. The reorganisation needs to take place for iecbib as well. Fortunately, iecbib should be identical to isobib in this regard: the only difference between the two is the addition of subpart for iecbib references.

opoudjis commented 6 years ago

Note that I'm going to delay releasing the relaton gems until this is done; the switch to reading references from XML means that there will be major releases for all gems.

ronaldtse commented 6 years ago

Exciting change. Hope it works :wink:

andrew2net commented 6 years ago

@opoudjis It's not so much reorganization for iecbib since it uses iso-bib-item's to_xml function. Done it.