content/base/test/unit/4_result_5.xml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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> &lt;robots&gt; &amp;
michael@0 8 &lt;aliens&gt;
michael@0 9 <mozilla
michael@0 10 xmlns="http://mozilla.org/ns2"> a
michael@0 11 a a
michael@0 12 <moz>a a</moz> éèàùûî</mozilla>
michael@0 13 <firefox>Lorem ipsum dolor sit amet,
michael@0 14 consectetuer adipiscing elit.</firefox>
michael@0 15 </bar>
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 <falsexul:xul
michael@0 25 xmlns:other="http://mozilla.org/ns/other">
michael@0 26 <box>
michael@0 27 <other:what>lorem ipsum</other:what>
michael@0 28 <description>xul fake</description>
michael@0 29 <what
michael@0 30 xmlns="http://mozilla.org/ns/other">lorem
michael@0 31 ipsum
michael@0 32 <falsexul:label value="hello"/>
michael@0 33 the return</what>
michael@0 34 </box>
michael@0 35 </falsexul:xul>
michael@0 36 <ho:xul xmlns="http://mozilla.org/ns4"
michael@0 37 xmlns:ho="http://mozilla.org/ns4"
michael@0 38 xmlns:other="http://mozilla.org/ns/other">
michael@0 39 <box>
michael@0 40 <other:what>lorem ipsum</other:what>
michael@0 41 <description ho:foo="bar"
michael@0 42 bla="hello" other:yes="no"
michael@0 43 ho:foo2="bar2">xul fake</description>
michael@0 44 </box>
michael@0 45 </ho:xul>
michael@0 46 </foo>

mercurial