Lines Matching refs:xmlns
11 $el->innerHTML = '<p>foo</p><p xmlns="">bar</p>';
24 $child->setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', 'urn:b');
33 <root xmlns="urn:a" xmlns:b="urn:b" xmlns:c="urn:c">
58 <root xmlns="urn:a"><p>foo</p><p xmlns="">bar</p></root>
60 <root xmlns="urn:a"/>
62 <root xmlns="urn:a">&</root>
64 <root xmlns="urn:a"><foo></root>
67 <root><child xmlns="urn:a"><default/></child></root>
72 <root xmlns="urn:a" xmlns:b="urn:b" xmlns:c="urn:c">
77 <child xmlns="urn:a" a="none" b:b="b" c:c="c">
83 <root xmlns="urn:a" xmlns:b="urn:b" xmlns:c="urn:c"><child b:b="b" c:c="c">