code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

OAI Provider helper methods should be able to provide value and attributes #47

Closed Coren closed 2 years ago

Coren commented 9 years ago

For instance: def relation [ 'value without atribute', [ 'french value', { 'xml:lang' => 'fre' } ] ] end with this patch gives dc:relationvalue without atribute/dc:relation

french value/dc:relation
Coren commented 8 years ago

Hi,

Please let me know if you need individual pull-request or some fix to them.

Regards,

barmintor commented 2 years ago

These changes are worth considering, but they are stale. I have rebased them individually into branches, see #99 #100 #101