Page 1 of 1

No string named 'Ordered List Format 0' was found error when generating XSL PDF

Posted: Thu Jun 22, 2023 2:26 pm
by AnnetteSo
Hi, when I transform a ditamap to PDF that contains topics with image maps, each of the topics that contains an image map has a warning similar to the following:

Code: Select all

 [pipeline] file:/Users/asohor/Github/spm-doc-from800/WATSONHEALTH/SPM/800/HCR/ctr_KBFmap.dita:18:48: [DOTX052W][WARN]: No string named 'Ordered List Format 0' was found when creating generated text; using the value 'Ordered List Format 0' in your output file. 
 [pipeline] file:/Users/asohor/Github/spm-doc-from800/WATSONHEALTH/SPM/800/HCR/c_hcr_apply_insure_afford_progs.dita:23:44: [DOTX052W][WARN]: No string named 'Ordered List Format 0' was found when creating generated text; using the value 'Ordered List Format 0' in your output file. 
 [pipeline] file:/Users/asohor/Github/spm-doc-from800/WATSONHEALTH/SPM/800/HCR/c_HCR_CheckEligibilityOtherPrograms.dita:9:39: [DOTX052W][WARN]: No string named 'Ordered List Format 0' was found when creating generated text; using the value 'Ordered List Format 0' in your output file. 
It's puzzlng, because the topics do not contain any lists! Any idea what's causing this? Thanks.

Re: No string named 'Ordered List Format 0' was found error when generating XSL PDF

Posted: Thu Jun 22, 2023 2:55 pm
by julien_lacour
Hello,

When transforming DITA to PDF using XSL-FO, image-maps areas are converted into a list of links going to each area target, this is why the warning mentions ordered lists.
Could you indicate which version of Oxygen you are using and if you are running the DITA Map PDF - based on XSL-FO transformation scenario or a custom one. Also are you using custom DITA-OT plugins?

Regards,
Julien

Re: No string named 'Ordered List Format 0' was found error when generating XSL PDF

Posted: Fri Jun 23, 2023 6:58 pm
by AnnetteSo
Hi Julien, many thanks for the explanation.
I'm using <oXygen/> XML Author 25.0, build 2023013006.
I'm actually building using a dita-ot pdf2 xsl transform through a dita command in a command window/script. I've used a dita-ot theme file to customize the output.

Re: No string named 'Ordered List Format 0' was found error when generating XSL PDF

Posted: Fri Jun 23, 2023 11:49 pm
by chrispitude
Hi Annette,

If you can reproduce this message with the regular DITA Open Toolkit available here:

https://www.dita-ot.org/download

then the issue is not specific to Oxygen, and you could ask about the message in the DITA-OT users group here:

https://groups.google.com/g/dita-ot-users

Or, you could file an issue with a small testcase here:

https://github.com/dita-ot/dita-ot/issues

Re: No string named 'Ordered List Format 0' was found error when generating XSL PDF

Posted: Mon Jun 26, 2023 11:55 am
by AnnetteSo
Thank you, the error does occur with dita-ot outside Oxygen, so I'll post in the dita-ot forum.

Re: No string named 'Ordered List Format 0' was found error when generating XSL PDF

Posted: Mon Jun 26, 2023 1:14 pm
by julien_lacour
Hi Annette,

I add here the link to the DITA Users Groups discussion: https://dita-users.groups.io/g/main/top ... 4067#47465

Regards,
Julien