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 | ^
|
---|