On Mon, Jun 20, 2011 at 7:22 AM, Reviczky, Adam
Hi
The following minimal example gives a broken xml: --- \setupinteraction[state=start] \setupbackend[export=test.xml] \starttext \goto{projects.dcs.kcl.ac.uk/~reviczky}[url(http://projects.dcs.kcl.ac.uk/~reviczky/)] \stoptext ---
XML Parsing Error: not well-formed Location: file:///home/reviczky/Downloads/test/test.xml Line Number 10, Column 139: This is ok, but it' low level. \setupinteraction[state=start] \setupbackend[export=test.xml] \starttext \bgroup \catcode`\~=11 \goto{projects.dcs.kcl.ac.uk/~reviczky}[url(http://projects.dcs.kcl.ac.uk/~reviczky/)] \egroup \stoptext
The right way should be something like \startcatacodetable <table identifier> \goto{projects.dcs.kcl.ac.uk/~reviczky}[url(http://projects.dcs.kcl.ac.uk/~reviczky/)] \stopcatcodetable but I'n not able to find the right <table identifier>
The tilde sign has a "A0;" value in the xml, shouldn't that be a "~"?
yes, I think so. -- luigi