projects
/
curso-xml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
xml, dtd y xsd
[curso-xml.git]
/
xml-dtd06.xml
1
<!DOCTYPE XXX SYSTEM "dtd06.dtd">
2
3
<XXX>
4
<AAA true="yes"/>
5
<AAA true="no"/>
6
<AAA/>
7
<BBB month="8" />
8
<BBB month="2" />
9
<BBB/>
10
</XXX>