Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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" xmlns:falsexul="http://mozilla.org/ns3">
4 <!-- document to test namespaces-->
5 <baz />
6 <bar> <robots> & <aliens>
7 <mozilla xmlns="http://mozilla.org/ns2"> a a a <moz>a a</moz> éèàùûî</mozilla>
8 <firefox>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</firefox>
9 </bar>
11 <xul xmlns="http://mozilla.org/ns3" xmlns:other="http://mozilla.org/ns/other">
12 <box>
13 <other:what>lorem ipsum</other:what>
14 <description other:yes="no">xul fake</description>
15 </box>
16 </xul>
18 <falsexul:xul xmlns:other="http://mozilla.org/ns/other">
19 <box>
20 <other:what>lorem ipsum</other:what>
21 <description>xul fake</description>
22 <what xmlns="http://mozilla.org/ns/other">lorem ipsum <falsexul:label value="hello" /> the return</what>
23 </box>
24 </falsexul:xul>
26 <ho:xul xmlns="http://mozilla.org/ns4" xmlns:ho="http://mozilla.org/ns4" xmlns:other="http://mozilla.org/ns/other">
27 <box>
28 <other:what>lorem ipsum</other:what>
29 <description ho:foo="bar" bla="hello" other:yes="no" ho:foo2="bar2">xul fake</description>
30 </box>
31 </ho:xul>
32 </foo>