1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/test/unit/nodelist_data_1.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,58 @@ 1.4 +<?xml version="1.0" ?> 1.5 +<!DOCTYPE Test [ 1.6 + <!ATTLIST test id ID #REQUIRED> 1.7 + <!ATTLIST foo:test id ID #REQUIRED> 1.8 + <!ATTLIST foo2:test id ID #REQUIRED> 1.9 + <!ATTLIST bar:test id ID #REQUIRED> 1.10 +]> 1.11 + 1.12 +<!-- Comment --> 1.13 + 1.14 +<?This-is-a-PI ?> 1.15 + 1.16 +<root xmlns:foo="foo" 1.17 + xmlns:bar="bar" 1.18 + xmlns:foo2="foo"> 1.19 + 1.20 + <test id="test1"> 1.21 + </test> 1.22 + 1.23 + <test id="test2"> 1.24 + <!-- Another comment --> 1.25 + <test id="test3"> 1.26 + </test> 1.27 + 1.28 + <test id="test4" xmlns="foo"> 1.29 + <test id="test5"> 1.30 + </test> 1.31 + 1.32 + <bar:test id="test6" /> 1.33 + </test> 1.34 + 1.35 + <foo:test id="test7"> 1.36 + </foo:test> 1.37 + 1.38 + <foo2:test id="test8"> 1.39 + <?Another-PI ?> 1.40 + <baz /> 1.41 + </foo2:test> 1.42 + 1.43 + <bar:test id="test9"> 1.44 + </bar:test> 1.45 + </test> 1.46 + 1.47 + <foo:test id="test10"> 1.48 + <foo2:test id="test11"> 1.49 + <bar:test id="test12"> 1.50 + </bar:test> 1.51 + </foo2:test> 1.52 + </foo:test> 1.53 + 1.54 + <foo2:test id="test13"> 1.55 + </foo2:test> 1.56 + 1.57 + <bar:test id="test14"> 1.58 + </bar:test> 1.59 + 1.60 +</root> 1.61 +