You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See attached ini, mik.log and example metadata files...
I'm trying to pull down objects via the METS metadataPrefix, since it's the only one that contains useful information from the repository I'm targeting.
Problem: I'm getting the XML, but not the files. I've tried a few different XPaths, one of which should be valid according to this handy tool... but I wonder if there are problems with the fact that this XML contains so many namespaces?
And I can't even pull it out of the xlink:href attribute in the FLocat element...
So it turns out that XPath really doesn't like it if some of your elements (or attributes) have namespaces and others don't, or if you have a mix of namespaces.
Typical suggestion is to use the local-name() function within your xpath -- that is, something like this:
See attached ini, mik.log and example metadata files...
I'm trying to pull down objects via the METS metadataPrefix, since it's the only one that contains useful information from the repository I'm targeting.
Problem: I'm getting the XML, but not the files. I've tried a few different XPaths, one of which should be valid according to this handy tool... but I wonder if there are problems with the fact that this XML contains so many namespaces?
Any suggestions for getting past this?
mru_oai.ini.txt
98.xml.txt
mik.log.txt
The text was updated successfully, but these errors were encountered: