ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ePub issues: XML structure
@ 2020-03-04  6:55 Henning Hraban Ramm
  2020-03-04  8:58 ` Hans Hagen
  2020-03-06  8:33 ` Henning Hraban Ramm
  0 siblings, 2 replies; 7+ messages in thread
From: Henning Hraban Ramm @ 2020-03-04  6:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Not only Hans van der Meer is producing (or trying to produce) ePubs at the moment; I reviewed my XSLT workflow (https://wiki.contextgarden.net/Epub_Sample) since my publisher colleagues and our distributor aren’t happy about just publishing PDFs as eBooks.

While the first book in a series of four is now ready with a lot of manual corrections, in the second one the XML structure is messed up: the chapter title structure comes only after the chapter content, and index entry tags are empty with the actual entry behind like this:

<paragraph>Ein sentimentales Rührstück ist <highlight detail="emph">Rico, Oskar und die Tieferschatten</highlight> dennoch nicht. Die beiden Hauptdarsteller <registerlocation detail="index" internal="396"></registerlocation>Anton Petzold (Rico) und <registerlocation detail="index" internal="397"></registerlocation>Juri Winkler (Oskar) füllen ihre Rollen ganz wunderbar aus...</paragraph>

In ConTeXt code I marked the actors with
\def\NPers#1#2{\index{#2, #1}#1 #2}
as \NPers{Anton}{Petzold}.

But since that just uses \index, the XML tag should catch the contents, don’t you think?

I’ll come up with a MWE; don’t know if I’ll manage to reproduce the title/contents mixup though. The other book’s export is ok within the same project. It uses the same environment, but a slightly differing chapter setup. Any hints which setting could cause the re-ordering? (And I use \startchapter … \stopchapter of course.)

Best, Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-12 11:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04  6:55 ePub issues: XML structure Henning Hraban Ramm
2020-03-04  8:58 ` Hans Hagen
2020-03-11 19:59   ` Henning Hraban Ramm
2020-03-11 21:42     ` Axel Kielhorn
2020-03-12  7:09       ` Henning Hraban Ramm
2020-03-12 11:58         ` Axel Kielhorn
2020-03-06  8:33 ` Henning Hraban Ramm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).