Johannes Graumann wrote:
I'll try tonight. Thanks, Joh
Hans Hagen wrote:
Johannes Graumann wrote:
Hans Hagen wrote:
i posted something about this a few weeks ago ... thing slike registering zip files, reading from zip:// etc Are you referring to this:
http://archive.contextgarden.net/message/20080131.222207.9fb1c327.en.html
?
yes
Hans, I do not get this to work. My *.tex file looks like so: % texmfstart texexec --lua COOnTeXML.tex --arg="odt=someotherfile.zip" \startxmlsetups xml:mysetups \xmlsetsetup{\xmldocument}{text:p}{xml:paragraph} \stopxmlsetups \xmlregistersetup{xml:mysetups} \startxmlsetups xml:paragraph \xmlflush{#1}\endgraf \stopxmlsetups \starttext % \xmlprocess{main}{zip::\env{odt}::content.xml}{} \xmlprocess{main}{\usezipfile[\env{odt}][content.xml]}{} \stoptext and is being invoked like so: texmfstart texexec --lua --purge --arg="odt=versuch.odt" --result=versuch.odt.pdf COOnTeXML.tex Nothing happens ... can you spot the error? Thanks, Joh