Lines Matching refs:root

8 echo "=== HTML namespaced root ===\n";
10 …eFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>A normal title without collapsabl…
13 …om\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> only ws at…
16 …om\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>only ws at b…
19 …:createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><ignoreme/><div><title>first</titl…
25 …om\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> abc def …
28 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title></tit…
31 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"></root>");
34 … = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> \t\r\n…
37 …Document::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title> \tx<?y y?><![CDA…
40 …ment::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title><div><!-- comment -->x…
43 …= Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>title\nhe…
46 $dom = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title/></ro…
50 echo "=== SVG namespaced root ===\n";
52 …om = Dom\XMLDocument::createFromString("<root xmlns=\"http://www.w3.org/1999/xhtml\"><title>title<…
66 === HTML namespaced root ===
80 === SVG namespaced root ===