1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/test/unit/4_original.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 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" xmlns:falsexul="http://mozilla.org/ns3"> 1.7 + <!-- document to test namespaces--> 1.8 + <baz /> 1.9 + <bar> <robots> & <aliens> 1.10 + <mozilla xmlns="http://mozilla.org/ns2"> a a a <moz>a a</moz> éèàùûî</mozilla> 1.11 + <firefox>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</firefox> 1.12 + </bar> 1.13 + 1.14 + <xul xmlns="http://mozilla.org/ns3" xmlns:other="http://mozilla.org/ns/other"> 1.15 + <box> 1.16 + <other:what>lorem ipsum</other:what> 1.17 + <description other:yes="no">xul fake</description> 1.18 + </box> 1.19 + </xul> 1.20 + 1.21 + <falsexul:xul xmlns:other="http://mozilla.org/ns/other"> 1.22 + <box> 1.23 + <other:what>lorem ipsum</other:what> 1.24 + <description>xul fake</description> 1.25 + <what xmlns="http://mozilla.org/ns/other">lorem ipsum <falsexul:label value="hello" /> the return</what> 1.26 + </box> 1.27 + </falsexul:xul> 1.28 + 1.29 + <ho:xul xmlns="http://mozilla.org/ns4" xmlns:ho="http://mozilla.org/ns4" xmlns:other="http://mozilla.org/ns/other"> 1.30 + <box> 1.31 + <other:what>lorem ipsum</other:what> 1.32 + <description ho:foo="bar" bla="hello" other:yes="no" ho:foo2="bar2">xul fake</description> 1.33 + </box> 1.34 + </ho:xul> 1.35 +</foo> 1.36 \ No newline at end of file