Return to ElementValid5.rdr CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / VC |
1.1 ! misho 1: ./test/VC/ElementValid5:7: element doc: validity error : Element doc content does not follow the DTD, expecting (a , b* , c+), got (a b c b) ! 2: <doc><a/><b> but this</b><c>was not declared</c><b>seems</b></doc> ! 3: ^ ! 4: ./test/VC/ElementValid5:8: element doc: validity error : Element doc content does not follow the DTD, Misplaced b ! 5: ! 6: ^