Hi!
I'm using a mySQL Database. One of the columns is a string column where I want to store XML datas.
I'd like to update (or insert) XML datas in the column. The problem is, when the update is processed : instead of having <data><col1>blabla</col1><col2>abcd>/col2></data>
in the column, I obtain : blablaabcd (the tags are removed!!).
I tried to use <![CDATA[...]]> and also <xsl:output cdata-section-elements="data"/>,
but, I didn't succeed....
I need help, thanks
Vincent
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Testez le nouveau Yahoo! Mail
