You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
315 B
12 lines
315 B
<!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" xml:base="something/else">
|
|
<e1>
|
|
<e2 xmlns="" xml:id="abc" xml:base="bar/">
|
|
<e3 id="E3" xml:base="foo"/>
|
|
</e2>
|
|
</e1>
|
|
</doc>
|