mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
17 lines
698 B
Plaintext
17 lines
698 B
Plaintext
./test/errors/content1.xml:7: parser error : ContentDecl : ',' '|' or ')' expected
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|
|
./test/errors/content1.xml:7: parser error : expected '>'
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|
|
./test/errors/content1.xml:7: parser error : internal error: xmlParseInternalSubset: error detected in Markup declaration
|
|
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|
|
./test/errors/content1.xml:7: parser error : DOCTYPE improperly terminated
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|
|
./test/errors/content1.xml:7: parser error : Start tag expected, '<' not found
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|