Lines Matching refs:xmlns
10 …$doc->loadXML('<html xmlns="https://php.net/something" xmlns:ns="https://php.net/whatever"><elemen…
20 $doc->loadXML('<html xmlns=""><element xmlns:foo="https://php.net/bar"/></html>');
36 <feed xmlns="http://www.w3.org/2005/Atom">
37 <div xmlns="http://www.w3.org/1999/xhtml">
56 <feed xmlns="http://www.w3.org/1999/xhtml" xmlns:test="https://php.net/test" xmlns:example="https:/…
69 …$dom2->loadXML('<?xml version="1.0"?><container xmlns:test="https://php.net/test" xmlns="https://p…
82 …$dom->loadXML('<?xml version="1.0"?><div xmlns="https://php.net/default" xmlns:example="https://ph…
84 $dom2->loadXML('<?xml version="1.0"?><div xmlns:example="https://php.net/somethingelse"/>');
94 …L('<?xml version="1.0"?><container xmlns:default="http://php.net/default"><a xmlns:foo="http://php…
121 <html xmlns="https://php.net/something" xmlns:ns="https://php.net/whatever"><default:element xmlns:…
124 <html xmlns=""><element xmlns:foo="https://php.net/bar"><foo:bar/><bar/></element></html>
129 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
130 <default:div xmlns="http://www.w3.org/1999/xhtml">
136 <container xmlns:test="https://php.net/test" xmlns="https://php.net/example"><feed xmlns="http://ww…
145 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example…
148 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example…
152 <container xmlns:default="http://php.net/default"><a xmlns:foo="http://php.net/bar"><b xmlns:foo="h…