Re: Different indices not repected in Epub3 transformation with ant 1.9.8

Peter West <[email protected]> Sun, 13 Dec 2020 18:38:55 +1000
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <[email protected]>
Have you asked on the oxygen users list? Over there they should be able to tell you what is being used (by the ant process) to actually do the work of transformation.
--
Peter West
[email protected]
“But to what shall I compare this generation? It is like children sitting in the marketplaces and calling to their playmates…”

> On 13 Dec 2020, at 6:23 pm, <[email protected]> <[email protected]> wrote:
> 
> I don't think that updating Ant will solve your problem, because Ant just "triggers" the generation process. Which tool are you using?
> Could you post your buildfile? Maybe we could find some hints here.
> Or a sample project (e.g. on Github) showing the problem?
> 
> Jan
> 
> -----Ursprüngliche Nachricht-----
> Von: Bernhard Kleine <[email protected]> 
> Gesendet: Samstag, 12. Dezember 2020 13:31
> An: [email protected]
> Betreff: Different indices not repected in Epub3 transformation with ant 1.9.8
> 
> Hi, my first contribution,
> 
> I am working with oxygen 20.1 xml-editor.
> 
> while docbook to pdf transformation does respect different indices, during the generation of an epub with ant it is not respcted. The following is totally mixed up.
> 
>   <index type="scName">
>        <title>Scientific names</title>
>    </index>
>    <index type="dtName">
>        <title>Deutsche Namensliste</title>
>    </index>
>    <index type="RWP">
>        <title>Plants for Caterpillars</title>
>    </index>
>    <index type="idx">
>        <title>General Index</title>
>    </index>
> 
> Will an update to 1.10 resolve the issues? Whatelse can I do?
> 
> Kind regards Bernhard
> 
> --
> spitzhalde9
> D-79853 lenzkirch
> [email protected]
> www.b-kleine.com, www.urseetal.net
> Ich darf auf mein neues Buch "670 Falter im Hochschwarzwald" aufmerksam machen (Infos bei mir)
> -
> thunderbird mit enigmail
> GPG schlüssel: D5257409
> fingerprint:
> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>