Teamsite 6.7.1 /Solaris-10 I am generating xml output from a DCR which contains french characters. When i generate the output xml its containing the html entities used for the french charater.Votre voiture achetée neuve est remboursée à sa valeur d’achat pendant 12 moisBut i need exactly the french character to be placed in output xml like the following. Votre voiture achetée neuve est remboursée à sa valeur d’achat pendant 12 moisI tried with html:entities encode and decode. But still the problem has not solved.I am using TinyMCE (richtext) in my DCT.Please advice
Teamsite 6.7.1 /Solaris-10 I am generating xml output from a DCR which contains french characters. When i generate the output xml its containing the html entities used for the french charater.Votre voiture achetée neuve est remboursée à sa valeur d’achat pendant 12 moisBut i need exactly the french character to be placed in output xml like the following. Votre voiture achetée neuve est remboursée à sa valeur d’achat pendant 12 moisI tried with html:entities encode and decode. But still the problem has not solved.I am using TinyMCE (richtext) in my DCT.Please advice
But ofcourse when i try to open the DCR in editplus its showing the values with html entities.
you mean that in the DCR *file* the entities are already there? then you need to fix the rich text editor settings. I have limited experience with TinyMCE configuration, but I would hope there is a setting to tell it not to output entities. I have to say that my impression thus far of TinyMCE as implemented in TS 6.7.1 is very bad :-(off-topic: for convenience you could concatenate the 2 endCDATA parts in the perl snippet of your TP--EDIT: I had a deeper look at that, and it doesn't seem like this setting is exposed, although the TinyMCE editor does have a setting for it. cfr http://TEAMSITE671.HOST/iw/tinymce/docs/reference_configuration.html and entity related options. If you want, you could change the js files deep in Teamsite, I think it is $IWHOME/httpd/iw/tinymce/jscripts/tiny_mce/tiny_mce_src.js (probably just a one word change in there - but it will have global effect). Or better, you can reverse engineer the wrapper objects that IWOV created and find a nice FormAPI call to change the setting on the fly for just the editor that needs it. See for instance $IWHOME/httpd/webapps/content_center/datacapture/dc_editor.jsGood luck. And tell us what you did, too! ;-)