2007/12/18, Johannes Graumann <[EMAIL PROTECTED]>:
> 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
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to