Chinese DITA map: various index entry warnings
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 13
- Joined: Mon Mar 21, 2016 11:41 am
Chinese DITA map: various index entry warnings
Hi all,
recently, I got the chinese translation of my DITA texts and ran into the following warnings when transforming into a PDF with the default transformation scenario "DITA Map PDF':
Description: [PDFX001W]: There is no index entry found which closing range for ID="Table of Contents".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Preface odd footer".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Product Name".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Preface odd header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Toc odd footer".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Toc odd header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body odd footer".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body odd header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body first header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body first footer".
Apart from the fact, that the table of content is entitled with "Contents" instead of "内容", I have absolutely no idea, what the error is telling me nor how to get rid of it. Am I missing some settings maybe?
I've set up a minimal example that is reproducing the warnings:
File: minimal.ditamap
File: el_properties.dita
Thanks for any help in advance, best regards,
Bernhard
recently, I got the chinese translation of my DITA texts and ran into the following warnings when transforming into a PDF with the default transformation scenario "DITA Map PDF':
Description: [PDFX001W]: There is no index entry found which closing range for ID="Table of Contents".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Preface odd footer".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Product Name".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Preface odd header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Toc odd footer".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Toc odd header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body odd footer".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body odd header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body first header".
Description: [PDFX001W]: There is no index entry found which closing range for ID="Body first footer".
Apart from the fact, that the table of content is entitled with "Contents" instead of "内容", I have absolutely no idea, what the error is telling me nor how to get rid of it. Am I missing some settings maybe?
I've set up a minimal example that is reproducing the warnings:
File: minimal.ditamap
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map xml:lang="zh-CN">
<title>手册</title>
<topicref href="el_properties.dita"/>
</map>
File: el_properties.dita
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic_jmg_ymt_cx" xml:lang="zh-CN">
<title>电气特性</title>
<body>
<p>.</p>
</body>
</topic>
Bernhard
-
- Posts: 404
- Joined: Thu Aug 21, 2003 11:36 am
- Location: Craiova
- Contact:
Re: Chinese DITA map: various index entry warnings
Post by radu_pisoi »
Hi,
I can reproduce this problem by using oXygen 18.0 and DITA-OT 2.2.3 that comes bundled with it.
These problems are related to the DITA-OT project that we are using for the PDF transformation. Fortunately, these problems are already resolved in the latest DITA-OT distributions, see https://github.com/dita-ot/dita-ot/issues/2294. I've tested with DITA-OT 2.3.2 distribution.
So, a solution is to download this DITA-OT version and instruct oXygen to use it. The procedure is described in our user manual:
https://www.oxygenxml.com/doc/versions/ ... ta-ot.html.
I can reproduce this problem by using oXygen 18.0 and DITA-OT 2.2.3 that comes bundled with it.
These problems are related to the DITA-OT project that we are using for the PDF transformation. Fortunately, these problems are already resolved in the latest DITA-OT distributions, see https://github.com/dita-ot/dita-ot/issues/2294. I've tested with DITA-OT 2.3.2 distribution.
So, a solution is to download this DITA-OT version and instruct oXygen to use it. The procedure is described in our user manual:
https://www.oxygenxml.com/doc/versions/ ... ta-ot.html.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
-
- Posts: 13
- Joined: Mon Mar 21, 2016 11:41 am
Re: Chinese DITA map: various index entry warnings
Hi Radu,
thanks for your quick reply, this works.
However, the default indention for tables has been changed (in version 2.3 I'll guess) they're now a bit indented at the left side and therefore a bit less wide. As a result it messes up all my "heavy filled" tables in the PDF output.
And this has kept me back in updating DITA to version higher than 2.2.3 until now.
Anyway, the original problem is already solved, thanks a lot for your time and patience.
Best regards,
Bernhard
thanks for your quick reply, this works.
However, the default indention for tables has been changed (in version 2.3 I'll guess) they're now a bit indented at the left side and therefore a bit less wide. As a result it messes up all my "heavy filled" tables in the PDF output.

Anyway, the original problem is already solved, thanks a lot for your time and patience.
Best regards,
Bernhard
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service