Hi,

I don't seem to have an epub reader that can format the output.  (MS Word 
complain there was no xslt file,  But the xhtml file produced contains the 
metadata and the document structure.  Output pasted below.

Michael

On Aug 9, 2012, at 9:09 AM, Marcin Borkowski wrote:

Hello all,

my problem is as in the topic;).  The minimal example from the wiki
works fine, but this does not:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setupbackend[export=yes,xhtml=yes]

\settaggedmetadata
 [title=My Document,
  author=A. U. Thor]

\starttext

\startchapter[title={First chapter}]
\input tufte
\stopchapter

\startchapter[title={Second chapter}]
\input knuth
\stopchapter
\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

The resulting epub file (after the mtxrun, of course) does not contain
any metadata; also, there is no chapter structure whatsoever.

What am I missing?

TIA,

--
Marcin Borkowski
http://mbork.pl

XHTML output (text shortened):

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>

<!-- input filename   : foo13338          -->
<!-- processing date  : Thu Aug  9 09:30:38 2012 -->
<!-- context version  : 2012.08.05 12:52  -->
<!-- exporter version : 0.30              -->


<document xmlns:m="http://www.w3.org/1998/Math/MathML"; version="0.30" 
language="en" date="Thu Aug  9 09:30:38 2012" file="foo13338" 
context="2012.08.05 12:52" xmlns:xhtml="http://www.w3.org/1999/xhtml";>
<metadata>
  <metavariable name="author">A. U. Thor</metavariable>
  <metavariable name="title">My Document</metavariable>
</metadata>
  <xhtml:a name="aut_1"><section location="aut:1" detail="chapter">
    <sectionnumber>1</sectionnumber>
    <sectiontitle>First chapter</sectiontitle>
    <sectioncontent>
We thrive...
    </sectioncontent>
  </section></xhtml:a>
  <xhtml:a name="aut_2"><section location="aut:2" detail="chapter">
    <sectionnumber>2</sectionnumber>
    <sectiontitle>Second chapter</sectiontitle>
    <sectioncontent>
Thus,...
      <break/>
The separation...
      <break/>
But...
    </sectioncontent>
  </section></xhtml:a>
</document>

________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to