im trying to convert an asp site to cfm and im going through an xml output
and i come across this code

Response.Write "<reply><![CDATA["
Response.Write rs("reply")
Response.Write "]]></reply>"

not sure what the CDATA is??????

what do i do with it?

is it ok to just do this?

<reply>
  <![CDATA[#recordset.reply#]]>
</reply>

or can i take it out?
ty


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to