Relative Content

Tag Archive for xmlxslt

How to transform structured data between JATS and MODS format?

How can structured data in a file jats.xml (e.g. publication metadata, such as authors and title) in FilesAndJATS packaging format be transformed to mods.xml in METSMODS packaging format?
Presumably, it can be done by an XSL Transformation, but how would it work in detail, particularly the xls-file? This task seems to common (two popular formats) for me, to start it from scratch.

Issue with XSLT Code while creating new XML Structure

I am trying to write an XSLT for below requirement, where
/parent/queryCompoundEmployeeResponse/CompoundEmployee/person/person_id_external = /parent/row/PERSON_ID_EXTERNAL then contents of /parent/row should be cut and pasted under corresponding CompoundEmployee. Also the tag should be removed from ouput and all should be under .
I have tried below mentioned code, it does not return output as expected.
Request your help.