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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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