[xml] xml Schema : question about element content type
- From: GUY Fabrice <fabrice guy gmail com>
- To: xml gnome org
- Subject: [xml] xml Schema : question about element content type
- Date: Thu, 17 Mar 2005 10:59:49 +0100
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.
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.
Fabrice
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]