By Jordi-Albert - Wednesday, May 1, 2024
|
if you make some changes on the Config file, the report will generate the files correctly
<Report For="Places" LoopItemName="p" OutputFile="lloc-{id}.htm" Template="Code\place.htm" /> <Report For="SourcesAndCitations" LoopItemName="s" OutputFile="font-{id}.htm" Template="Code\source.htm" /> <Report For="Pictures" LoopItemName="p" OutputFile="imatge-{id}.htm" Template="Code\picture.htm" /> but all the links on the narrative report will not find the files because the program is waiting for the "standard" name. - we need to change the program OR we can't modify the config file |
By genome - Wednesday, May 1, 2024
|
It was never intended that the filenames generated in the report should or could be translated. The filenames do not affect the report from the viewers' perspective.
This has not been raised as an issue for any of the other translations of the Narrative Report. So you cannot modify the OutputFile names in Config.xml
|
By Jordi-Albert - Wednesday, May 1, 2024
|
Correct.
I will reverse the modification.
but may be it's a good idea to explain in the file that is not a good Idea to change it
|