Sign in
fuchsia
/
third_party
/
libxml2
/
529df1961977d79964f7a08ce091235fdb90b820
/
.
/
test
/
c14n
/
1-1-without-comments
/
example-7.xml
blob: 41171cb47cb8332d81fa617bec25e9a1a21eca82 [
file
] [
log
] [
blame
]
<!DOCTYPE doc [
<!ATTLIST e2 xml:space (default|preserve) 'preserve'>
<!ATTLIST e3 id ID #IMPLIED>
]>
<doc
xmlns
=
"http://www.ietf.org"
xmlns:w3c
=
"http://www.w3.org"
>
<e1>
<e2
xmlns
=
""
>
<e3
id
=
"E3"
/>
</e2>
</e1>
</doc>