Re: unclosed token
"Gert Cuykens" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/14/07, Sebastian Pipping <[email protected]> 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@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@www:/var/www/trunk/cgi#