Add DTD to biblioteca.xml
This commit is contained in:
parent
1bd8040f3d
commit
8371a5f8af
6
1/LMSGI/biblioteca/biblioteca.dtd
Normal file
6
1/LMSGI/biblioteca/biblioteca.dtd
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<!ELEMENT library (book+)>
|
||||||
|
<!ELEMENT book (title,author,lang,year)>
|
||||||
|
<!ELEMENT title (#PCDATA)>
|
||||||
|
<!ELEMENT author (#PCDATA)>
|
||||||
|
<!ELEMENT lang (#PCDATA)>
|
||||||
|
<!ELEMENT year (#PCDATA)>
|
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<?xml-stylesheet href="style.css" type="text/css"?>
|
<?xml-stylesheet href="style.css" type="text/css"?>
|
||||||
|
<!DOCTYPE library SYSTEM "biblioteca.dtd">
|
||||||
<library>
|
<library>
|
||||||
<book>
|
<book>
|
||||||
<title>Ishmael</title>
|
<title>Ishmael</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user