
ross
Staff
/ Moderator

Jul 13, 2009, 9:56 AM
Post #4 of 6
(2161 views)
Shortcut
|
|
Re: [ColinW-O] Need to convert all content into .xml
[In reply to]
|
Can't Post
|
|
Hi there. Thanks for posting! XML is really picky with the content you try to put in it so one solution I've found people like is to actually create a whole new field in your system just for XML content. If you set it up as a plain textfield, that should fix all the problems with special characters. Of course, that does mean you have to enter some of your content twice. If you want to stick with what you have, I am thinking you'll want to try a placeholder modifier to convert your output into plain text. Can you try this: $content.textOnly$ That should strip out all HTML tags. You can also try $content.htmlEncoded$ That should fix some of your special characters. You can combine the modifiers like this: $content.htmlEncoded:textOnly$ Give it a shot and let me know how you make out :). ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|