Skip to content

Instantly share code, notes, and snippets.

@labra
Created November 25, 2014 19:53
Show Gist options
  • Save labra/dc1a7970619f927ec874 to your computer and use it in GitHub Desktop.
Save labra/dc1a7970619f927ec874 to your computer and use it in GitHub Desktop.
Ejemplo fichero DTD
<!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