Meaning of DITA OT Error Messages

Post here questions and problems related to editing and publishing DITA content.
Eddie
Posts: 106
Joined: Wed Dec 18, 2013 3:07 am

Meaning of DITA OT Error Messages

Post by Eddie »

Hello,

Could anyone tell me what the following DITA OT error messages mean, please? I'm guessing the grammar is wrong, but I don't know enough about DITA to know what they are getting at.
Thanks in advance.

PDFX001W - There is no index entry found which closing range for ID="%1".

PDFX002W - There are multiple index entry found which is opening range for ID="%1" but there is only one which close it or ranges are overlapping.

PDFX003W - There are multiple index entry found which closing range for ID="%1".

PDFX007W - There is no index entry found which opening range for ID="%1".
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Meaning of DITA OT Error Messages

Post by sorin_ristache »

Hello,

These are index term related errors. It seems you inserted some indexterm elements in your DITA topics with start and/or end attributes that can't be matched to other indexterm elements. Can you send us or post here some DITA topics that show these errors in a DITA transformation?


Regards,
Sorin
Eddie
Posts: 106
Joined: Wed Dec 18, 2013 3:07 am

Re: Meaning of DITA OT Error Messages

Post by Eddie »

Thanks for the reply.
I didn't mean I'd received the errors in output, I meant there is something wrong with the English in the messages (I'm translating them into Japanese) and I can't work out what they're trying to say.

I've just sat here trying to give my version of what I think they mean, but I gave up. I just can't work them out.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Meaning of DITA OT Error Messages

Post by sorin_ristache »

I think a grammatically correct version of these messages is this:

Code: Select all

PDFX001W - No index entry was found which is closing the range at ID="%1".

PDFX002W - Multiple index entries were found which are starting the range at ID="%1" but only one index entry was found which is closing it, or the ranges are overlapping.

PDFX003W - Multiple index entries were found which are closing the range at ID="%1".

PDFX007W - No index entry was found which is opening the range at ID="%1".
These errors refer to indexterm elements having start and end attributes.


Regards,
Sorin
Eddie
Posts: 106
Joined: Wed Dec 18, 2013 3:07 am

Re: Meaning of DITA OT Error Messages

Post by Eddie »

Thanks again for the reply.
That makes sense. Looking at the messages again, it seems that the group prefixed with "PDF" were written by non-native English speaker, unlike the other messages.
Post Reply