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-mal.xml
1
2
<?xml version="1.0"?>
3
<documento tipo=XML>
4
<!-- esta línea será ignorada -->
5
<autor>
6
<nombre>Daniel</nombre>
7
<apellidos>García Moreno</apellidos>
8
</autor>
9
10
<nombre>xml01.xml</nombre>
11
<fecha> sáb oct 4 11:06:55 CEST 2008 </fecha>
12
13
<etiqueta_padre>
14
<etiqueta_abierta>
15
</etiqueta_padre>
16
</etiqueta_abierta>
17
18
<validado>
19
</documento>