In what order are expressions evaluated in a test clause of if or when?
In what order is an if or when expression evaluated? In this real life example
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.
How to XSL-transform an XML-file which has paths to two different dictionaries xmls and make it to one lexicon
XML file which has paths to two dictionaries and path to the logo. The dictionaries contain 10 words each one in English and one in Swedish.
Count number of unique field in the input xml
I want to get no of unique “id” fields of below xml.
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.