Hey folks...
I just got the FCKEditor plugged into one of our pages. It's being used to allow our users to enter Rich Text for various areas, at which point it is stored in the database. I've got that part working fine (although it took me a little bit to figure out the validate issue)
Anyway, I was testing and accidently left a space after my description in the text box, and then submitted it.
Now, here's where I found the problem. We use XML\XSL for our data retrieval and page formating. As such, we have certain characters we cannot have coming out of our database as part of the XML stream. is one of these.
So, I'm thinking that what I need to do is change the characters that the FCKEditor switches things to (such as   instead of for example).
Does anybody have any experience with this, or can somebody point me to the files which I need to update in order to change the codes approrpriately so I don't get errors at run time?
Thanks,
Brian
I just got the FCKEditor plugged into one of our pages. It's being used to allow our users to enter Rich Text for various areas, at which point it is stored in the database. I've got that part working fine (although it took me a little bit to figure out the validate issue)
Anyway, I was testing and accidently left a space after my description in the text box, and then submitted it.
Now, here's where I found the problem. We use XML\XSL for our data retrieval and page formating. As such, we have certain characters we cannot have coming out of our database as part of the XML stream. is one of these.
So, I'm thinking that what I need to do is change the characters that the FCKEditor switches things to (such as   instead of for example).
Does anybody have any experience with this, or can somebody point me to the files which I need to update in order to change the codes approrpriately so I don't get errors at run time?
Thanks,
Brian