mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
We currently only handle "Validity constraint: Proper Declaration/PE
Nesting", but we must detect "Well-formedness constraint: PE Between
Declarations" separately:
> The replacement text of a parameter entity reference in a DeclSep must
> match the production extSubsetDecl.
PEs in DeclSeps are PEs that start with a full markup declaration (or
another PE). These are handled in xmParse{Internal|External}Subset. We
set a flag on these PEs and don't close them implicitly in
xmlSkipBlankCharsPE. This will make unterminated declarations in such
PEs cause a parser error. The PEs are closed explicitly in
xmParse{Internal|External}Subset, the only location where they are
allowed to end.
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
./test/errors10/781361.xml:3: parser error : Space required after the element name
|
|
%elem;
|
|
^
|
|
Entity: line 1:
|
|
<!ELEMENT e0000000000
|
|
^
|
|
./test/errors10/781361.xml:3: parser error : xmlParseElementDecl: 'EMPTY', 'ANY' or '(' expected
|
|
%elem;
|
|
^
|
|
Entity: line 1:
|
|
<!ELEMENT e0000000000
|
|
^
|
|
./test/errors10/781361.xml:4: parser error : Content error in the internal subset
|
|
|
|
^
|