Hussain, if I had only opened my eyes, I would have seen that you provided that 
information. I apologize.

I am going to restructure some of my glossary topics so they are set up like 
yours. I will let you know if I continue to have this issue.

Thank you,
Julie

-----Original Message-----
From: Hussein Shafie <[email protected]> 
Sent: Thursday, November 14, 2019 6:16 AM
To: Julie McHam <[email protected]>
Cc: [email protected]
Subject: Re: [ditac] Issue with glossary entries

On 11/13/2019 09:56 PM, Julie McHam wrote:
> Hussain,
>
> First, my DITA to DOCX conversion is not customized, other than specifying 
> parameter values.
>

OK.



> Second, before I send samples, please let me know if your test included 
> multiple glossary termsdocumented as one term per file or if you used one 
> file with multiple terms. I used multiple files.

My answer to your support request included the full DITA source of my test, 
both inline with the text of my message and as a "Sample_Glossary.tar.gz" 
attachment, but may be you didn't notice that.

I wrote:
===================================================
I used this glossgroup for my test:
---
<!DOCTYPE glossgroup PUBLIC "-//OASIS//DTD DITA Glossary Group//EN"
"glossgroup.dtd">
<glossgroup id="glossary">
    <title>Glossary</title>

    <glossentry id="glossary-2">
      <glossterm>Term #1</glossterm>

      <glossdef>Definition of term #1.</glossdef>
    </glossentry>

    <glossentry id="glossary-3">
      <glossterm>Term #2</glossterm>

      <glossdef>Definition of term #2.</glossdef>
    </glossentry>

    <glossentry id="glossary-4">
      <glossterm>Term #3</glossterm>

      <glossdef>Definition of term #3.</glossdef>
    </glossentry>
</glossgroup>
---
===================================================

So it's clearly several glossary terms in a single glossgroup file.

I would say that this is the most convenient way to add a glossary to a DITA 
document and also, that this is precisely why the <glossgroup> element has been 
invented.



>
> Thank you,
> Julie
>
> -----Original Message-----
> From: Hussein Shafie <[email protected]>
> Sent: Saturday, November 9, 2019 2:57 AM
> To: Julie McHam <[email protected]>
> Cc: [email protected]
> Subject: Re: [ditac] Issue with glossary entries
>
> On 11/09/2019 01:32 AM, Julie McHam wrote:
>>
>>
>> I'm trying to implement a glossary using the DITA to DOCS 
>> Transformation (Xsl Utility 5.5.0 - I know, we're a little behind on our 
>> upgrades).
>> Anyway, the Glossary generates, but a Next Page section break is 
>> placed after each entry. So, instead of having a Glossary of terms 
>> with all the terms and definitions listed on a page or two, each term 
>> and definition breaks onto its own page. I have to go into the Word 
>> file and manually remove all the section breaks.  Can you please tell 
>> me what is causing this and what I need to do to fix it? I have been 
>> unable to figure out what is wrong.  Thank you.
>
> Sorry but I really don't see how this could happen.
>
> I used XMLmind XSLUtility v6.1 to test this (sorry but v5.x is no 
> longer
> supported) and it worked fine for me. No spurious page breaks in the 
> generated DOCX.
>
> May be you have customized the conversion of DITA to DOCX and your 
> customization gets in the way.
>
> If this is not the case, please send me a sample DITA document showing the 
> problem and I'll try to help you.
>
> My very simple test case is attached to this email. Also contains the 
> generated PDF and DOCX.
>
> I used this bookmap for my test:
> ---
> <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN"
> "bookmap.dtd">
> <bookmap>
>    <title>Test</title>
>
>    <frontmatter>
>      <booklists>
>        <toc/>
>      </booklists>
>    </frontmatter>
>
>    <chapter href="ch1.dita"/>
>
>    <appendix href="a1.dita"/>
>
>    <backmatter>
>      <topicref href="glossary.dita"/>
>    </backmatter>
> </bookmap>
> ---
>
> I used this glossgroup for my test:
> ---
> <!DOCTYPE glossgroup PUBLIC "-//OASIS//DTD DITA Glossary Group//EN"
> "glossgroup.dtd">
> <glossgroup id="glossary">
>    <title>Glossary</title>
>
>    <glossentry id="glossary-2">
>      <glossterm>Term #1</glossterm>
>
>      <glossdef>Definition of term #1.</glossdef>
>    </glossentry>
>
>    <glossentry id="glossary-3">
>      <glossterm>Term #2</glossterm>
>
>      <glossdef>Definition of term #2.</glossdef>
>    </glossentry>
>
>    <glossentry id="glossary-4">
>      <glossterm>Term #3</glossterm>
>
>      <glossdef>Definition of term #3.</glossdef>
>    </glossentry>
> </glossgroup>
> ---
>

--
XMLmind DITA Converter Support List
[email protected]
https://www.xmlmind.com/mailman/listinfo/ditac-support

Reply via email to