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

     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> &lt;robots&gt; &amp; &lt;aliens&gt;
     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>

mercurial