|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE whatever PUBLIC "-//MOZ//WHATEVER//EN" "http://mozilla.org/ns/foo"> |
|
3 <foo xmlns="http://mozilla.org/ns" |
|
4 xmlns:falsexul="http://mozilla.org/ns3"> |
|
5 <!-- document to test namespaces--> |
|
6 <baz/> |
|
7 <bar> <robots> & |
|
8 <aliens> |
|
9 <mozilla |
|
10 xmlns="http://mozilla.org/ns2"> a a a <moz>a |
|
11 a</moz> éèàùûî</mozilla> |
|
12 <firefox>Lorem ipsum dolor sit |
|
13 amet, consectetuer adipiscing elit.</firefox> |
|
14 </bar> |
|
15 |
|
16 <xul xmlns="http://mozilla.org/ns3" |
|
17 xmlns:other="http://mozilla.org/ns/other"> |
|
18 <box> |
|
19 <other:what>lorem ipsum</other:what> |
|
20 <description other:yes="no">xul |
|
21 fake</description> |
|
22 </box> |
|
23 </xul> |
|
24 |
|
25 <falsexul:xul |
|
26 xmlns:other="http://mozilla.org/ns/other"> |
|
27 <box> |
|
28 <other:what>lorem ipsum</other:what> |
|
29 <description>xul fake</description> |
|
30 <what |
|
31 xmlns="http://mozilla.org/ns/other">lorem |
|
32 ipsum <falsexul:label value="hello"/> |
|
33 the return</what> |
|
34 </box> |
|
35 </falsexul:xul> |
|
36 |
|
37 <ho:xul |
|
38 xmlns="http://mozilla.org/ns4" |
|
39 xmlns:ho="http://mozilla.org/ns4" |
|
40 xmlns:other="http://mozilla.org/ns/other"> |
|
41 <box> |
|
42 <other:what>lorem ipsum</other:what> |
|
43 <description ho:foo="bar" |
|
44 bla="hello" other:yes="no" |
|
45 ho:foo2="bar2">xul fake</description> |
|
46 </box> |
|
47 </ho:xul> |
|
48 </foo> |