mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
Use runtest.c from libxml2 as a starting point. This finally allows us to run most of tests with CMake and Autotools VPATH builds.
8 lines
254 B
DTD
8 lines
254 B
DTD
<!ELEMENT doc (title, chapter*)>
|
|
<!ELEMENT chapter (title, (para|note)*, section*)>
|
|
<!ELEMENT section (title, (para|note)*)>
|
|
<!ELEMENT title (#PCDATA|emph)*>
|
|
<!ELEMENT para (#PCDATA|emph)*>
|
|
<!ELEMENT note (#PCDATA|emph)*>
|
|
<!ELEMENT emph (#PCDATA|emph)*>
|