4_result_5.xml (1344B)
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" 4 xmlns:falsexul="http://mozilla.org/ns3"> 5 <!-- document to test namespaces--> 6 <baz/> 7 <bar> <robots> & 8 <aliens> 9 <mozilla 10 xmlns="http://mozilla.org/ns2"> a 11 a a 12 <moz>a a</moz> éèàùûî</mozilla> 13 <firefox>Lorem ipsum dolor sit amet, 14 consectetuer adipiscing elit.</firefox> 15 </bar> 16 <xul xmlns="http://mozilla.org/ns3" 17 xmlns:other="http://mozilla.org/ns/other"> 18 <box> 19 <other:what>lorem ipsum</other:what> 20 <description other:yes="no">xul 21 fake</description> 22 </box> 23 </xul> 24 <falsexul:xul 25 xmlns:other="http://mozilla.org/ns/other"> 26 <box> 27 <other:what>lorem ipsum</other:what> 28 <description>xul fake</description> 29 <what 30 xmlns="http://mozilla.org/ns/other">lorem 31 ipsum 32 <falsexul:label value="hello"/> 33 the return</what> 34 </box> 35 </falsexul:xul> 36 <ho:xul xmlns="http://mozilla.org/ns4" 37 xmlns:ho="http://mozilla.org/ns4" 38 xmlns:other="http://mozilla.org/ns/other"> 39 <box> 40 <other:what>lorem ipsum</other:what> 41 <description ho:foo="bar" 42 bla="hello" other:yes="no" 43 ho:foo2="bar2">xul fake</description> 44 </box> 45 </ho:xul> 46 </foo>