425be3936bd8543cb915d2e64d4ab2c312e43ac2
[platform/upstream/libxml2.git] / result / errors / content1.xml.err
1 ./test/errors/content1.xml:7: parser error : ContentDecl : ',' '|' or ')' expected
2 <!ELEMENT aElement (a |b * >
3                          ^
4 ./test/errors/content1.xml:7: parser error : expected '>'
5 <!ELEMENT aElement (a |b * >
6                          ^
7 ./test/errors/content1.xml:7: parser error : internal error: xmlParseInternalSubset: error detected in Markup declaration
8
9 <!ELEMENT aElement (a |b * >
10                          ^
11 ./test/errors/content1.xml:7: parser error : DOCTYPE improperly terminated
12 <!ELEMENT aElement (a |b * >
13                          ^
14 ./test/errors/content1.xml:7: parser error : Start tag expected, '<' not found
15 <!ELEMENT aElement (a |b * >
16                            ^