# File lib/xtemplate/xml.rb, line 166
def
on_cdata
(
str
)
push_content
(
"<![CDATA[#{str}]]>"
)
end