mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/LMSGI-2024-25.git
synced 2025-11-10 02:13:05 +01:00
feat(ch 4): added
This commit is contained in:
4
Unidad_04_DTD_XSD/DTD/01-xml-dtd-01.dtd
Normal file
4
Unidad_04_DTD_XSD/DTD/01-xml-dtd-01.dtd
Normal file
@@ -0,0 +1,4 @@
|
||||
<!ELEMENT superheroes (batalla*)>
|
||||
<!ELEMENT batalla (superheroe, supervillano)>
|
||||
<!ELEMENT superheroe (#PCDATA)>
|
||||
<!ELEMENT supervillano (#PCDATA)>
|
||||
Reference in New Issue
Block a user