Home | History | Annotate | Download | only in test

Lines Matching refs:CDATA

245 def cdata():
247 Test CDATA handling (etc).
253 >>> serialize(ET.XML("<tag><![CDATA[hello]]></tag>"))
909 >>> serialize(elem, encoding="us-ascii") # cdata characters
1296 <item><![CDATA[Brooks & Shields]]></item>
1379 &lt;item&gt;&lt;![CDATA[Brooks &amp; Shields]]&gt;&lt;/item&gt;