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