1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-19 20:33:13 +08:00
Files
libxml2/test/dtd2
1999-06-02 17:44:04 +00:00

5 lines
82 B
Plaintext

<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
]>
<doc>This is a valid document !</doc>