[TinyOWS-users] xml isn't valid

Olivier Courtin olivier.courtin at gmail.com
Fri May 14 06:07:14 EST 2010


On May 14, 2010, at 10:05 AM, Alexander Schäfer wrote:

Alexander,

> thanks for your recommendations.
> I upgraded OL to 2.9 Version and use Tinyows-0.8 but still it will  
> not work.
> ("xml isnt valid") I also checked my database and tinyows  
> configuration. I
> have no idea why it is not possible to pass the schema validation.


To complete my previous answer:

You could also activate debug output in TinyOWS

$ cd tinyows
$ sed -i 's/#if 0/#if 1/' src/ows_define.h
(the aim is to active OWS_DEBUG)
$ make

Then try with your POST message:
(assume your POST message is put in a file calle POST_FILE)

$ test/unit_test POST_FILE 3

This way, you will be able to have directly the libxml2
schema error message in stderr output

--
Olivier


More information about the TinyOWS-users mailing list