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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/test/unit/4_result_6.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,48 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE whatever PUBLIC "-//MOZ//WHATEVER//EN" "http://mozilla.org/ns/foo">
     1.6 +<foo xmlns="http://mozilla.org/ns" 
     1.7 +xmlns:falsexul="http://mozilla.org/ns3">
     1.8 +    <!-- document to test namespaces-->
     1.9 +    <baz/> 
    1.10 +    <bar> &lt;robots&gt; &amp; 
    1.11 +&lt;aliens&gt;
    1.12 +        <mozilla 
    1.13 +xmlns="http://mozilla.org/ns2"> a a a <moz>a
    1.14 + a</moz> éèàùûî</mozilla>
    1.15 +        <firefox>Lorem ipsum dolor sit 
    1.16 +amet, consectetuer adipiscing elit.</firefox>
    1.17 +    </bar>
    1.18 +    
    1.19 +    <xul xmlns="http://mozilla.org/ns3" 
    1.20 +xmlns:other="http://mozilla.org/ns/other">
    1.21 +      <box>
    1.22 +        <other:what>lorem ipsum</other:what>
    1.23 +        <description other:yes="no">xul 
    1.24 +fake</description>
    1.25 +      </box>
    1.26 +    </xul>
    1.27 +
    1.28 +    <falsexul:xul 
    1.29 +xmlns:other="http://mozilla.org/ns/other">
    1.30 +      <box>
    1.31 +        <other:what>lorem ipsum</other:what>
    1.32 +        <description>xul fake</description>
    1.33 +        <what 
    1.34 +xmlns="http://mozilla.org/ns/other">lorem
    1.35 + ipsum <falsexul:label value="hello"/> 
    1.36 +the return</what>
    1.37 +      </box>
    1.38 +    </falsexul:xul>
    1.39 +
    1.40 +    <ho:xul 
    1.41 +xmlns="http://mozilla.org/ns4" 
    1.42 +xmlns:ho="http://mozilla.org/ns4" 
    1.43 +xmlns:other="http://mozilla.org/ns/other">
    1.44 +      <box>
    1.45 +        <other:what>lorem ipsum</other:what>
    1.46 +        <description ho:foo="bar" 
    1.47 +bla="hello" other:yes="no" 
    1.48 +ho:foo2="bar2">xul fake</description>
    1.49 +      </box>
    1.50 +    </ho:xul>
    1.51 +</foo>
    1.52 \ No newline at end of file

mercurial