Lines Matching refs:xmlns
2 Bug #47531 (No way of removing redundant xmlns: declarations)
10 <container xmlns:foo="some:ns">
12 <foo:second xmlns:foo="some:ns2">
18 <foo:child5 xmlns:foo="some:ns3">
19 <p xmlns:foo="other:ns">
29 <child7 xmlns:foo="some:ns" foo:foo="bar">
37 var_dump($elem->removeAttribute("xmlns:foo"));
44 <container xmlns:foo="some:ns">
46 <foo:second xmlns:foo="some:ns2">
52 <foo:child5 xmlns:foo="some:ns3">
53 <p xmlns:foo="other:ns">
63 <child7 xmlns:foo="some:ns" foo:foo="bar">