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

Allowing for as="xml" and as="xml_list" #16

Open
mbojan opened this issue Oct 2, 2015 · 3 comments
Open

Allowing for as="xml" and as="xml_list" #16

mbojan opened this issue Oct 2, 2015 · 3 comments
Milestone

Comments

@mbojan
Copy link
Member

mbojan commented Oct 2, 2015

Currently results returned by list_* functions can be "raw" XML, XML past to a "list" or to "df". It could rather easily return additionally:

  • as="xml" - parsed XML as a xml_document object (in while_oai use xml_orig)
  • as="xml_list" - a verb-related subtree of XML, e.g. for list_records the tag <ListRecords> (in while_oai use xml object).

XML is already parsed so we get those for free. It is useful to use them in dumper functions - no need to parse raw XML again.

@mbojan mbojan changed the title Allowing as="xml" and `as="xml_list" Allowing for as="xml" and as="xml_list" Oct 2, 2015
@sckott
Copy link
Collaborator

sckott commented Oct 2, 2015

sounds good

@sckott sckott modified the milestone: v0.2 Oct 5, 2015
@sckott sckott modified the milestones: v0.3, v0.2 Feb 5, 2016
@sckott
Copy link
Collaborator

sckott commented Nov 23, 2016

whats the status of this @mbojan

@mbojan
Copy link
Member Author

mbojan commented Nov 23, 2016

I did not have time to work on this. I'd say it is a non-critical enhancement anyway.

@sckott sckott modified the milestones: v0.3, v0.4 Sep 6, 2019
@mbojan mbojan modified the milestones: v0.4, v0.5 Sep 22, 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

No branches or pull requests

2 participants