This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
i think the expected results for these are slightly wrong, in that whitespace has been stripped. The input file SpecialTypes.xml is indented. The selected content is: <InterleaveType> <integer>10</integer> <decimal>20</decimal> </InterleaveType> but the expected result contains no whitespace.
Should be fixed in CVS.
Thanks.
I now realise that this whitespace shouldn't be here. It should have been stripped when reading the input document during schema validation, because InterleaveType has element-only content. This is true for both ForExptType038 and ForExptType039. How embarrasing :)
Fixed in CVS.