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>