master
Test case for 570702
579746 XSD validation not correct / nilable groups
Bug 582887 – problems validating complex schemas
582906 XSD validating multiple imports of the same schema
lot of bug fixes, cleanup, starting to add proper namespace support too.
fixing bug #132930 with the provided patch, a bit suspicious about it but
implementing xs:all with minOccurs = 0 added more tests covering xs:all
fixing bug #104081 with xs:all with an element holding minOccurs="0" added
fixed xsd:all when used in conjunction with substitution groups adding
applied Schemas patches from Kasimier Buchcik lot of new tests for things
Changed xmlSearchNsByHref to call xmlNsInScope with the prefix instead of
fixing bug #172215 about foreign namespaces by adding support for negated
Remove executable bit from non-executable files
Added regression tests (they fail currently), but did not added results
Added some more tests for element wildcards.
applied a patch from Kasimier Buchcik implementing attribute uses and
applied another patch from Kasimier Buchcik for Schema Component
new patch from Kasimier Buchcik for processContents of wildcards attribute
fixed some problems in the handling of errors, and attributes addressed by
applied patches from Kasimier Buchcik for the attribute use support added
added a bunch of tests from Kasimier Buchcik posted on May 11 Daniel
Added missing file, corrected output, Daniel
applied Schemas patches from Kasimier Buchcik, there is still one open
modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>,
Added the regression test of Frans Englich for bug #167754.
Added regression a test provided by Heiko Oberdiek (bug #303566).
Added schema tests submitted by Tom Browder (bug #306806).
Fixed bug #309338, reported by Kupriyanov Anotolij. Added a regression
fixed bug #310264, basically it's about reentrancy of count based
Fixed #312957 reported by Carol Hunter: streaming XPath states were not
applied patch from Kuba Nowakowski fixing bug #313982 also added the test
Added regression test for bug #321475 (reported by Gabor Nagy). Fixing of
Added regression tests for the latest IDC and xs:decimal bugs.
test: Add test case for UAF in xmlSchemaIDCFillNodeTables
Added regression test for bug #323510.
applied patch from Frank Gross fixing Schemas IDC import bug #455953 and
Added output of canonical values in identity-constraint error messages.
a bit of work on Schemas try to make it more useful changed the Schemas
more work on the automata interfaces and debug of counted choices added a
XSD: optional element in complex type extension
Handle whitespace for date/time/duration types
14:00 is a valid timezone for xs:dateTime
update from Charles Bozeman for date and duration types updated too Daniel
commiting some work done while in the Maldives (hence the timezone on the
Christian Glahn found a problem with a recent patch to
Added regression tests (from Dhyanesh).
updated a bit made a comment more specific more work on the Schemas
more Schemas work added more tests coming from the spec. Daniel
Added creation of the content type of xs:anyType. This is needed when
hum try to avoid some troubles when the library is not initialized and one
"" is a valid hexbinary string dixit xmlschema-dev update the test. added
Changed xmlSchemaFormatIDCKeySequence() to use
applied patch from Robert Stepanek to start import os schemas support,
And adapting another one.
Fix handling of XSD with empty namespace
Fix Schema determinism check of ##other namespaces
[CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType
more work on Schemas updated the test list Daniel
fixed bugs and memory leaks in the W3C XML Schemas code implemented
fixed the validation of sequences content model when some of the blocks
applied patch from Adam Dickmeiss for mixed content added his regression
QName handling fixes for the XML Schemas support from Adam Dickmeiss also
559410 - Regexp bug on (...)? constructs
schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK
Applied patches supplied by Kasimier Buchcik. changed test to account for
apply patch from Andrew Tosh to fix behaviour when '.' is used in a
add the testchar to 'make check' Volker Grabsch pointed out a typo
Fixed incorrect validation of restricted enumerations. Added related
Fixed bug #341150, reported by Michael Romer. In
Fixed facet errors to be channelled back for union type members;
xmlreader: propagate reader resource loaders to validator parsers
added xsd:include support, fixed testSchemas behaviour when a schemas
more XML Schemas fixes based on Eric van der Vlist examples added