Re: [xml] xml Schema : question about element content type
- From: Daniel Veillard <veillard redhat com>
- To: GUY Fabrice <fabrice guy gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] xml Schema : question about element content type
- Date: Thu, 17 Mar 2005 05:05:54 -0500
On Thu, Mar 17, 2005 at 10:59:49AM +0100, GUY Fabrice wrote:
Hi,
I'm using libxml2-2.6.18 (and test case provided with it) and have
some question about element content type in xml Schemas:
- if I try testSchemas --debug empty_0.xsd then the content of both
complex type are empty which seems OK
- but if I try testSchemas --debug empty_1.xsd then the content of the
complex type is mixed : I'm wondering why this content is not empty.
I can't comment on this,
Reading the code to try to understand I have found
(xmlschemas.c:13261) a potential bug : if (base->contentType =
XML_SCHEMA_CONTENT_MIXED) instead of : if (base->contentType ==
XML_SCHEMA_CONTENT_MIXED). I corrected this line, recompiled, but the
problem still exist.
that definitely looks like a typo bug, fixed in CVS, thanks !
Daniel
--
Daniel Veillard | Red Hat Desktop team http://redhat.com/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]