• Show log

    Commit

  • Hash : ea695ac0
    Author : Jan Pokorný
    Date : 2019-08-09T15:09:22

    Fix unability to RelaxNG-validate grammar with choice-based name class
    
    Previously, test/relaxng/ambig_name-class2.xml would fail to validate
    against test/relaxng/ambig_name-class2.rng:
    
    > test/relaxng/ambig_name-class2.rng:4:
    >   element attribute: Relax-NG parser error :
    >       Found anyName attribute without oneOrMore ancestor
    > Relax-NG schema test/relaxng/ambig_name-class2.rng failed to compile
    
    Signed-off-by: Jan Pokorný <jpokorny@redhat.com>