tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

4_original.xml (1326B)


      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>
     10    
     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>
     17 
     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>
     25 
     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>