Mark Jordan
Mark Jordan
Declaring the namespace locally in the mapping, like this: `null1,Masters ` is totally legal and produces output like this, which validatates: ``` xml Masters ``` The document-level namespace declaration is...
I'm willing to close this. The Templated metadata parser will allow addition of arbitrary namespaces.
Wiki entry is at https://github.com/MarcusBarnes/mik/wiki/Fetcher-manipulator:-OaipmhIslandoraByMimetype.
BTW, doing this work is also a good test of MIK's [developer documentation](https://github.com/MarcusBarnes/mik/wiki/Information-for-developers#addingmultiplecomponents). I'll probably be opening a couple issues resulting from this work.
Related issue: #378.
Got this to the point where you can harvest a collection via OAI-PMH and end up with a CSV file similar to the one prepared by @seth-shaw-unlv at the CLAW...
Based on discussion at the April 18 CLAW Technical call, I've added an option to output an XML file containing the harvested DC or MODS instead of a CSV file....
@MarcusBarnes about running sample data through MIK before each release, I wonder if it's worth considering automating this. In https://github.com/MarcusBarnes/mik/wiki/Cookbook:-Automating-content-ingestion-workflows we have a shell script that can fire MIK and...
Another approach would be to use the one that https://github.com/mjordan/islandora_stack_tests takes. Even though PHPUnit is used as the framework, the tests themselves are not of PHP classes. Or, we could...
@MarcusBarnes and I were chatting off-issue and we'd like to propose that we tag a 0.9.0 release soon (maybe after we close #421), then merge @whikloj's work on #424 into...