content/base/test/unit/4_result_5.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_5.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     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
    1.14 +      a a
    1.15 +      <moz>a a</moz> éèàùûî</mozilla>
    1.16 +    <firefox>Lorem ipsum dolor sit amet,
    1.17 +      consectetuer adipiscing elit.</firefox>
    1.18 +  </bar>
    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 +  <falsexul:xul
    1.28 +xmlns:other="http://mozilla.org/ns/other">
    1.29 +    <box>
    1.30 +      <other:what>lorem ipsum</other:what>
    1.31 +      <description>xul fake</description>
    1.32 +      <what
    1.33 +        xmlns="http://mozilla.org/ns/other">lorem
    1.34 +        ipsum
    1.35 +        <falsexul:label value="hello"/>
    1.36 +        the return</what>
    1.37 +    </box>
    1.38 +  </falsexul:xul>
    1.39 +  <ho:xul xmlns="http://mozilla.org/ns4"
    1.40 +    xmlns:ho="http://mozilla.org/ns4"
    1.41 +xmlns:other="http://mozilla.org/ns/other">
    1.42 +    <box>
    1.43 +      <other:what>lorem ipsum</other:what>
    1.44 +      <description ho:foo="bar"
    1.45 +        bla="hello" other:yes="no"
    1.46 +        ho:foo2="bar2">xul fake</description>
    1.47 +    </box>
    1.48 +  </ho:xul>
    1.49 +</foo>
    1.50 \ No newline at end of file

mercurial