On Wed, Oct 15, 2008 at 1:31 PM, Hans Hagen
Wolfgang Schuster wrote:
On Wed, Oct 15, 2008 at 9:56 AM, Thomas A. Schmitz
wrote: On Oct 14, 2008, at 11:18 PM, Hans Hagen wrote:
Thomas A. Schmitz wrote:
Hi Taco,
is it possible that luatex 0.30.1 is a little bit broken? When I try to process an xml file with it and the latest beta, I get no pdf output (but also no errors; it simply doesn't process the contents). Downgrading to luatex 0.30.0 solves this problem; I get the expected output. hm, do you have a small test file?
Hans
I'll work on it the next days (no time today).
I got the same problem with the files from Johannese Graumann (thread: XML), you could use for the test.
can you be a bit more specific? i cannot (yet) upload a beta because i'm in the middle of testing some changes in multipass data (prelude to moving from tuo to tuc completely)
Here is a example: \startxmlsetups office \xmlsetsetup{main}{document|p}{*} \stopxmlsetups \xmlregistersetup{office} \startxmlsetups document \xmlflush{#1}\par \stopxmlsetups \startxmlsetups p \xmlflush{#1}\par \stopxmlsetups \startbuffer[test] <?xml version="1.0" encoding="UTF-8"?> <document> <p>Text</p> </document> \stopbuffer \starttext \xmlprocessbuffer{main}{test}{} \stoptext ConTeXt creates the tuc, tuo and log files but all three of them are empty, all I get are these messages on the terminal: Rover:ntgcontextxml wolf$ context test MtxRun | loading configuration for /Users/wolf/context/texmf/web2c from /Users/wolf/context/texmf-cache/luatex-cache/context/e5ae5b843cdf28d6425fc602d0958beb/trees/2a0f957ce5573724622167658c90e154 MtxRun | run 1: luatex --fmt="/Users/wolf/context/texmf-cache/luatex-cache/context/e5ae5b843cdf28d6425fc602d0958beb/formats/cont-en" --lua="/Users/wolf/context/texmf-cache/luatex-cache/context/e5ae5b843cdf28d6425fc602d0958beb/formats/cont-en.lua" "./test" (test.tex ConTeXt ver: 2008.10.08 23:34 MKIV fmt: 2008.10.15 int: english/english language : language en is active system : cont-new loaded (/Users/wolf/context/texmf-local/tex/context/base/cont-new.tex systems : beware: some patches loaded from cont-new.tex (/Users/wolf/context/texmf-local/tex/context/base/cont-new.mkiv lua : used config path - /Users/wolf/context/texmf/web2c/texmf.cnf lua : used cache path - /Users/wolf/context/texmf-cache/luatex-cache/context/e5ae5b843cdf28d6425fc602d0958beb ) (/Users/wolf/context/texmf-local/tex/context/base/cont-mtx.tex)) system : cont-old loaded (/Users/wolf/context/texmf-local/tex/context/base/cont-old.tex loading : Context Old Macros ) system : cont-fil loaded (/Users/wolf/context/texmf-local/tex/context/base/cont-fil.tex loading : Context File Synonyms ) system : cont-sys loaded (/Users/wolf/context/texmf-local/tex/context/user/cont-sys.tex (/Users/wolf/context/texmf-local/tex/context/base/type-tmf.tex) (/Users/wolf/context/texmf-local/tex/context/base/type-siz.tex) (/Users/wolf/context/texmf-local/tex/context/base/type-otf.tex)) bodyfont : 12pt rm is loaded specials : tex loaded system : test.top loaded (test.top specials : loading definition file tpd (/Users/wolf/context/texmf-local/tex/context/base/spec-tpd.tex specials : loading definition file fdf (/Users/wolf/context/texmf-local/tex/context/base/spec-fdf.tex (/Users/wolf/context/texmf-local/tex/context/base/spec-fdf.mkiv)) specials : fdf loaded (/Users/wolf/context/texmf-local/tex/context/base/spec-tpd.mkiv)) specials : fdf loaded ) utilityfile | not present systems : begin file test at line 22 MtxRun | fatal error, message: luatex: execution interrupted Regards, Wolfgang