-
Notifications
You must be signed in to change notification settings - Fork 13
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
Extend metha-cat to extract metadata records #33
Comments
Just curious, is that something documented in the spec? Another question: aren't there XML tools that would allow specific XML tag extraction? That way, we could keep functionality separate. |
As far as I understand the spec, <complexType name="metadataType">
<annotation>
<documentation>Metadata must be expressed in XML that complies
with another XML Schema (namespace=#other). Metadata must be
explicitly qualified in the response.</documentation>
</annotation>
<sequence>
<any namespace="##other" processContents="strict"/>
</sequence>
</complexType> I'm only interested in this child element(s) of Suire Workaround is to apply an XSLT to each record (when using
I suppose the extraction would only be a few lines and an optional command line flag in metha source code. |
Yes, metadata is the most interesting. If the envelop -
Thanks for the XSTL.
I appreciate the desire for one-liners. |
meta-cat
should allow to extract harvested metadata records without OAI-Envelope (that'soai:record/oai:metadata/*
).The text was updated successfully, but these errors were encountered: