mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +03:00
ca1f1724ed
"never forget an epsilon transition or DocBook will raise it" - valid.c: forgot an epsilon transition in for ()+ - test/VCM/v21.xml : added a specific test case Daniel
8 lines
130 B
XML
8 lines
130 B
XML
<!DOCTYPE doc [
|
|
<!ELEMENT doc ((a | b)+, c) >
|
|
<!ELEMENT a EMPTY>
|
|
<!ELEMENT b EMPTY>
|
|
<!ELEMENT c EMPTY>
|
|
]>
|
|
<doc><a/><b/><c/></doc>
|