URL variables
Posted: Wed Jun 21, 2023 11:05 am
I am using the same folder structure for a number of projects, and want to further automatise the transformation process using URL variables.
The key files will always be located in these folders:
Project/input/entries.xml
Project/input/transformation.xsl
Project/output/booklet.pdf
I can express the location of the .xsl file in its 'sibling' relation to the .xml file as:
${cfd}/transformation.xsl
How can I express the location of the output .pdf file in its 'cousin' relation to the .xml file?
The key files will always be located in these folders:
Project/input/entries.xml
Project/input/transformation.xsl
Project/output/booklet.pdf
I can express the location of the .xsl file in its 'sibling' relation to the .xml file as:
${cfd}/transformation.xsl
How can I express the location of the output .pdf file in its 'cousin' relation to the .xml file?