Re: [xml] libxml2 does xmlSchemaValidateDoc() support xml schema extensions?

2011-12-16 Thread Earnie
Piotr Sipika wrote: [] to compile: $ gcc `xml2-config --cflags --libs` zoo.c -o zoo No, this is wrong command line order. Specifying the libraries before the objects has always been wrong even though it has worked on Linux it will never work on Windows or other environments. Instead $

Re: [xml] libxml2 does xmlSchemaValidateDoc() support xml schema extensions?

2011-12-16 Thread Andy Davidson
Many thanks Piotr Happy Holidays Andy On Dec 15, 2011, at 7:01 PM, Piotr Sipika wrote: Hi Andy, I am setting up the xml schema namespace the same way eclipse does when you create a new XSD or XML file. I entered *http://www.w3.org/2001/XMLSchema-instance*in the address bar of my

Re: [xml] libxml2 does xmlSchemaValidateDoc() support xml schema extensions?

2011-12-15 Thread Andy Davidson
Hi PiortrI still can not validate xml that uses xml schema extensions. I think I figured out what the problem might be, but do not know how to resolve i. I wonder if the problem is with the way I set up my xml namespace?zoo:cageRequest xmlns:zoo="http://www.example.org/Zoo"