Hi I have built a page which receives a http post in xml format, which then adds a record to the database. I am using xmlParse to read the contents of the file, however this seems to be removing the line breaks <br /> from the description field of the xml i have tried entering using xmlFormat with no luck. How can i keep the line breaks intact. the code used to get the data is
<!---//Get the http post data---> <cfset docContent = GetHTTPRequestData()> <!---//Parse the XML document, using trim to ensure valid content ---> <cfset mydoc = XmlParse(docContent.content)> i call the xml nodes like this #mydoc.plexis_vacancy.job.job_reference.XmlText# Any help would be appreciated. Jason ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303336 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

