[NTG-context] Issues of export (structure bug)
Hans Hagen
pragma at wxs.nl
Fri Aug 21 19:04:40 CEST 2015
On 8/17/2015 1:56 PM, Henning Hraban Ramm wrote:
> Hi, there’s another structure bug in export:
>
> from
>
>
> \startchapter[title=Something]
> ...
> \stopchapter
>
> \startchapter[title={Something Else}]
> ...
> \stopchapter
>
>
> I get in *—raw.xml:
>
> ...
> </sectioncontent>
> <sectiontitle>Something Else</sectiontitle>
> </section>
> <section detail="chapter" chain="chapter" level="2" implicit="4">
> <sectioncontent>
> …
>
> That means, the title of a section is at the end of the previous section. Pleeeeease fix!
i get
<section detail="chapter" chain="chapter" level="2" implicit="1">
<sectionnumber>1</sectionnumber>
<sectiontitle>Something</sectiontitle>
<sectioncontent>
... </sectioncontent>
</section>
<section detail="chapter" chain="chapter" level="2" implicit="2">
<sectionnumber>2</sectionnumber>
<sectiontitle>Something Else</sectiontitle>
<sectioncontent>
... </sectioncontent>
</section>
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
| www.pragma-pod.nl
-----------------------------------------------------------------
More information about the ntg-context
mailing list