Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
VFE Issues
sreedhardasari
Hi,
I'm having a weird problem with stripping tags in VFE on ts 6.5, running on Solaris 8. jsp:include & iframe tags in our DCRs are getting cleaned.
I mentioned jsp:include and iframe tags explicitly under "remove" element in VFE config... to clean those tags with no attributes to see whether it makes any difference, but no luck.
Mentioned below are the exact lines we have in our DCRs, added a space though between "<" and "iframe/jsp:include" to avoid loading the pages...
< jsp:include page="/jsp/includes/include.jsp" flush="true"/>
< iframe src="/default.asp" width="100%">
Did anyone come across such situation before ?
I appreciate any help in this regard.
Thanks,
Sreedhar
Find more posts tagged with
Comments
Millie
Hello,
I too am having problems with the VFE *helpfully* removing iframe tags.
I have added a new button to a toolbar which, when clicked, launches an HTML page that gathers information to create an iframe tag.
The iframe is created within the VFE (I can see the document being referred to by the src attribute of the iframe), but if I use the "View Source" button to view the HTML of the VFE, the iframe tag has mysteriously disappeared.
When I switch back to wysiwyg mode, the iframe has disappeared too!
I've read through the developer guide and checked out ewebeditpro20/config.xml to check that iframe tags aren't being removed:
<clean charencode="utf-8" cr="cr" lf="lf" showonsize="5000" preferfonttag="false" reducetags="true" showdonemsg="true" prompt="true" hideobject="true" mswordfilter="true">
<remove>
<tagWoAttr>SPAN</tagWoAttr>
</remove>
</clean>
I've even tried just adding iframe tags into the HTML source, flicking back to wysiwyg, and that too seems to remove the iframe tag.
I'm running TS6.5 on windows2003 R5
Any ideas anyone?
Millie
Update:
I found out why the iframe tags were being removed: it's because iframe tags do not contain anything i.e. they are empty tags. VFE appears to remove empty tags during the cleanup process. So presumably, it would also remove script tags, jsp:include tags too.
I got round this by squirting in a non-breaking-space between the opening and closing tags.
Migrateduser
Hi,
I have the same issue and can't find the file your mentioned. Could you guide me where to find the .xml file you are mentioning.
Thanks,
MP