Created
November 25, 2014 19:53
-
-
Save labra/dc1a7970619f927ec874 to your computer and use it in GitHub Desktop.
Ejemplo fichero DTD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!ELEMENT pedido (producto*) > | |
<!ELEMENT producto (nombre,cantidad)> | |
<!ELEMENT nombre (#PCDATA)> | |
<!ELEMENT cantidad (#PCDATA)> | |
<!ATTLIST producto codigo CDATA #REQUIRED> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment