content/base/test/unit/4_result_1.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" xmlns:falsexul="http://mozilla.org/ns3">
michael@0 4 <!-- document to test namespaces-->
michael@0 5 <baz/>
michael@0 6 <bar> &lt;robots&gt; &amp; &lt;aliens&gt;
michael@0 7 <mozilla xmlns="http://mozilla.org/ns2"> a a a <moz>a a</moz> éèàùûî</mozilla>
michael@0 8 <firefox>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</firefox>
michael@0 9 </bar>
michael@0 10
michael@0 11 <xul xmlns="http://mozilla.org/ns3" xmlns:other="http://mozilla.org/ns/other">
michael@0 12 <box>
michael@0 13 <other:what>lorem ipsum</other:what>
michael@0 14 <description other:yes="no">xul fake</description>
michael@0 15 </box>
michael@0 16 </xul>
michael@0 17
michael@0 18 <falsexul:xul xmlns:other="http://mozilla.org/ns/other">
michael@0 19 <box>
michael@0 20 <other:what>lorem ipsum</other:what>
michael@0 21 <description>xul fake</description>
michael@0 22 <what xmlns="http://mozilla.org/ns/other">lorem ipsum <falsexul:label value="hello"/> the return</what>
michael@0 23 </box>
michael@0 24 </falsexul:xul>
michael@0 25
michael@0 26 <ho:xul xmlns="http://mozilla.org/ns4" xmlns:ho="http://mozilla.org/ns4" xmlns:other="http://mozilla.org/ns/other">
michael@0 27 <box>
michael@0 28 <other:what>lorem ipsum</other:what>
michael@0 29 <description ho:foo="bar" bla="hello" other:yes="no" ho:foo2="bar2">xul fake</description>
michael@0 30 </box>
michael@0 31 </ho:xul>
michael@0 32 </foo>

mercurial