Lines Matching refs:w3
12 test('http://www.w3.org/2000/xmlns/qx', 'foo:xmlns');
13 test('http://www.w3.org/2000/xmlns/', 'xmlns');
14 test('http://www.w3.org/2000/xmlns/', 'xmlns:xmlns');
18 test('http://www.w3.org/2000/xmlns/', 'bar:xmlns');
19 test('http://www.w3.org/2000/xmlns/a', 'xmlns');
20 test('http://www.w3.org/2000/xmlns/a', 'xmlns:bar');
23 test('http://www.w3.org/2000/xmlns/', '');
28 --- Testing "http://www.w3.org/2000/xmlns/qx", "foo:xmlns" ---
30 Attr namespaceURI: string(31) "http://www.w3.org/2000/xmlns/qx"
35 <root xmlns:foo="http://www.w3.org/2000/xmlns/qx" foo:xmlns=""/>
37 --- Testing "http://www.w3.org/2000/xmlns/", "xmlns" ---
39 Attr namespaceURI: string(29) "http://www.w3.org/2000/xmlns/"
46 --- Testing "http://www.w3.org/2000/xmlns/", "xmlns:xmlns" ---
48 Attr namespaceURI: string(29) "http://www.w3.org/2000/xmlns/"
53 <root xmlns:xmlns="http://www.w3.org/2000/xmlns/" xmlns:xmlns=""/>
56 --- Testing "http://www.w3.org/2000/xmlns/", "bar:xmlns" ---
59 --- Testing "http://www.w3.org/2000/xmlns/a", "xmlns" ---
62 --- Testing "http://www.w3.org/2000/xmlns/a", "xmlns:bar" ---
71 --- Testing "http://www.w3.org/2000/xmlns/", "" ---