Edit

kc3-lang/libxml2/test/schemas/579746_4.xml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2009-08-26 17:24:31
    Hash : 4013e83e
    Message : 579746 XSD validation not correct / nilable groups * xmlschemas.c: when a particle need to be processed via counted transition, if the group is nillable, the counting won't work, so keep track of nillable subset as they are built and generate the appropriate epsilon transitions as needed * test/schemas/579746* result/schemas/579746*: add related test cases based on the bug report

  • test/schemas/579746_4.xml
  • <?xml version="1.0"?>
    <contact>
      <customer/>
      <comment/>
    </contact>