ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* xml export with footnote
@ 2012-04-03 15:55 Matthew Claus
  0 siblings, 0 replies; only message in thread
From: Matthew Claus @ 2012-04-03 15:55 UTC (permalink / raw)
  To: ntg-context

Greetings all,

The document element exported by this small example appears to be prematurely closed.

Removing either the footnote or the second chapter will hide the problem.

Do I have something wrong here?

Thanks,
Matt


\setupbackend[export=yes]

\starttext
\startchapter
  \startsection
    \startparagraph
      \footnote{a footnote}
    \stopparagraph
  \stopsection
\stopchapter

\startchapter
\stopchapter

\stoptext

mtx-context     | current version: 2012.04.02 12:51

<document language="en" file="problem" date="04/03/12 11:42:51" context="2012.04
.02 12:51" version="0.30" xmlns:m="http://www.w3.org/1998/Math/MathML">
  <section detail="chapter" location='aut:1'>
    <sectionnumber>1</sectionnumber>
    <sectioncontent>
      <section detail="section" location='aut:2'>
        <sectionnumber>1.1</sectionnumber>
        <sectioncontent>
          <paragraph><descriptionsymbol detail="footnote"><sup>1</sup></descript
ionsymbol></paragraph>
          <description detail="footnote">
            <descriptiontag><sup>1</sup> </descriptiontag>
            <descriptioncontent>a footnote</descriptioncontent>
          </description>
        </sectioncontent>
      </section>
    </sectioncontent>
  </section>
</document>
<section detail="chapter" location='aut:4'>
  <sectionnumber>2</sectionnumber>
</section>


___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-03 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-03 15:55 xml export with footnote Matthew Claus

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).