ora2 done

This commit is contained in:
2025-09-19 17:39:04 +02:00
commit 8bfb569f7d
4 changed files with 189 additions and 0 deletions

11
ora2/hamlet.dtd Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!ELEMENT play (author, title, act*)>
<!ELEMENT author (#PCDATA)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT act (title, scene*)>
<!ELEMENT scene (title, (speech | stagedir)*)>
<!ELEMENT speech (speaker, (line | stagedir)*)>
<!ELEMENT stagedir (#PCDATA)>
<!ELEMENT speaker (#PCDATA)>
<!ELEMENT line (#PCDATA | stagedir)*>