Hello

I try to make :    <id><![CDATA[1]]></id>
I did:             xml.id("<![CDATA[1]]")
But it results :   <id>&lt;![CDATA[1]</id>

I guess this is newbye question, but i haven't found any solution to
avoid "<" to be escaped...

Any idea ?
-- 
Posted via http://www.ruby-forum.com/.