Lines Matching refs:element
8 $document->loadXML('<element attribute="value"/>');
40 echo "-- Document element tests --\n";
60 string(38) "<element attribute="value"></element>
64 string(42) "<element attribute="new value"></element>
67 string(50) "<element attribute="hello & world"></element>
70 string(54) "<element attribute="<b>hi</b>"></element>
73 string(45) "<element attribute='quote "test"'></element>
76 string(45) "<element attribute="quote 'test'"></element>
79 string(57) "<element attribute="quote '"test"'"></element>
81 -- Document element tests --
83 string(74) "<element attribute="quote '"test"'">hello & world</element>
86 string(78) "<element attribute="quote '"test"'"><b>hi</b></element>
89 string(69) "<element attribute="quote '"test"'">quote "test"</element>
92 string(69) "<element attribute="quote '"test"'">quote 'test'</element>