[Expat-discuss] unclosed token

Gert Cuykens gert.cuykens at gmail.com
Sat Jul 14 20:49:47 CEST 2007


On 7/14/07, Sebastian Pipping <webmaster at hartwork.org> wrote:
> Hello Gert!
>
> Please give more details so people have an easier
> start helping you. Like: what exact error you get,
> what line the error occurs and what you are trying
> to do from the a bigger picture view.
>
> Finding out what you already know will take more
> time from us than for you to write a few lines about it.
>
> Thank you!
>
> Sebastian

test script
-------------
http://dfo.svn.sourceforge.net/viewvc/dfo/trunk/cgi/make.sh?revision=166&view=markup

source code
------------------
http://dfo.svn.sourceforge.net/viewvc/dfo/trunk/cgi/cgi.c?revision=166&view=markup
http://dfo.svn.sourceforge.net/viewvc/dfo/trunk/cgi/xml.c?revision=166&view=markup

When i run the test script on ubuntu 7 I get

gert at www:/var/www/trunk/cgi# ./make.sh
INPUT=<?xml version="1.0" encoding="UTF-8"?><root><test>test</test></root>

Content-Type: text/xml; charset=utf-8

<?xml version="1.0" encoding="UTF-8"?>
<root>
 <error>unclosed token at line 1</error>
</root>
gert at www:/var/www/trunk/cgi#


More information about the Expat-discuss mailing list