Hi guys, I'm getting this output: <error>invalid xml file - parsed text</error> My test.tex file is following: \setupbackend[export=yes,xhtml=yes] \definehighlight[strong][style=bold] \definehighlight[emph] [style=italic] \starttext Hello world! text \strong{text} text \emph{text} text \stoptext I'm using: context test.tex or mtxrun --script epub --make test I had the problem with 2011.12.19 version, the epub xhtml was empty (zero sized file), so I've upgraded to latest: 2012.01.16 18:33 and the output is "invalid xml file - parsed text". Any suggestions? -- Martin Bruchanov mobil : +420 725 759 978 Skype : bruxytronics WWW : http://bruxy.regnet.cz/ GPG-Key : http://bruxy.regnet.cz/bruxy-gpg.key (0x8107ED53) Linked-In : http://www.linkedin.com/in/bruxy Google+ : http://gplus.to/BruXy
On 17-1-2012 09:01, Martin Bruchanov wrote:
\setupbackend[export=yes,xhtml=yes]
\definehighlight[strong][style=bold] \definehighlight[emph] [style=italic]
\starttext Hello world! text \strong{text} text \emph{text} text \stoptext
a conflict in some macro names ... will be sorted out ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Martin Bruchanov