Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 4 commits into from

Conversation

Coren
Copy link

@Coren Coren commented Jul 1, 2015

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

Coren added 4 commits July 1, 2015 11:41
…butes.

For instance:
  def relation
    [ 'value without atribute', [ 'french value', { 'xml:lang' => 'fre' } ] ]
  end
gives
<dc:relation>value without atribute</dc:relation><dc:relation xml:lang=fre>french value</dc:relation>
@Coren
Copy link
Author

Coren commented Sep 29, 2015

Hi,

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

Regards,

@barmintor
Copy link
Collaborator

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

@barmintor barmintor closed this Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants