Value of the fr_name parameter in ${framework(fr_name)} and ${frameworkDir(fr_name)} variables
Posted: Sat May 03, 2025 3:33 pm
For those trying to get the URL path for the installed TEI framework (in my case, in <oXygen/> XML Editor 27.1, build 2025032106 on Windows).
This is only hit (and maybe a warning about a bug) for other users that need to use following variables (for example, to create a scenario that works on both Windows and macOS):
Don't use quotes around the name, use only the name, for example
Unfortunately, querying the following frameworks returns an empty string (not tested with every framework):
This is only hit (and maybe a warning about a bug) for other users that need to use following variables (for example, to create a scenario that works on both Windows and macOS):
- ${framework(fr_name)} - The path (as URL) of the fr_name framework.
- ${frameworkDir(fr_name)} - The path (as file path) of the fr_name framework
Don't use quotes around the name, use only the name, for example
Code: Select all
${framework(XHTML)}
${framework(TEI P5)}
${framework(XLIFF 2.0)}
${framework(XSL-FO 1.1 with Antenna House extensions)}
Code: Select all
${framework(XLIFF 2.1 [extension of: XLIFF 2.0])}
${framework(OASIS DocBook schemas)}
${framework(Open Document Format)}