Mark Jordan

Results 231 comments of Mark Jordan

@MarcusBarnes can you test branch issue-176? You will need to run `composer dump-autoload` as I have added a new class file. If you run it on newspapers, please make sure...

Perhaps we can use the [InsertXmlFromTemplate](https://github.com/MarcusBarnes/mik/wiki/Metadata-manipulator:-InsertXmlFromTemplate) to add this, using a template like: ``` xml http://example.com/item/{{ somefield }} ``` We could document this in a cookbook entry.

Yup, just tested and works as expected. Should I document how to use the InsertXmlFromTemplate manipulator for this, and then remove the hard-wired code in the Cdm\* classes?

Will do. I only have to modify the CdmToMods.php metadata parser. If you don't mind, I'll delete the issue-176 branch and cut a new one to do this work in.

We still have the problem of applying manipulators to page-level metadata. I'll see if I can address that as well in this branch.

@jonathangreen and @MarcusBarnes, looking at this, I'd like to recommend that we create a new metadatamanipulator that uses a Twig template to add the XML fragment to the MODS in...

Sounds good. @MarcusBarnes if you want to cut a point release, I can work on this.

Making progress on this, but the new template XML is overwriting other `` elements. Will continue. This work is making me remember that the CdmBooks toolchain is probably the least...