2007/12/18, Johannes Graumann
Thanks! I remembered this, but had lost track of where to find it ... Can someone please have a quick look at the following:
\startxmlsetups xml:mysetups \xmlsetsetup{\xmldocument}{text:p}{xml:paragraph} \stopxmlsetups
\xmlregistersetup{xml:mysetups}
\startxmlsetups xml:paragraph \xmlflush{#1}\endgraf \stopxmlsetups
\starttext \processXMLfilegrouped{zip::\env{odt}::content.xml} \stoptext
replace this with \starttext \xmlprocess{main}{zip::\env{odt}::content.xml}{} \stoptext \processXMLfilegrouped did not work in combination with xmlregistersetup
Why do I get nothing but a tuo file when processing like so: texmfstart \ texexec --lua --purge --arg="odt=Versuch.odt" --result=Versuch.odt.pdf \ COOnTeXML.tex where the code above is in COOnTeXML.tex and Versuch.odt contains a text:p tag ...
Thanks, Joh
Wolfgang