I'm trying to embed some renderings as detailed in this article. However when I try to add a rendering into a Rich Text field I get XHTML validation errors. I can't disable XHTML validation for the client so I wanted to extend the schema used for validation. This is stored in the /sitecore/shell/schemas directory.

The markup for the rendering I'm trying to embed is:

<smart:addresssnippet runat="server" />

I've tried to add a new schema for the smart namespace but this doesn't seem to work. When I go back to the HTML for the Rich Text field Sitecore has rewritten the code to be:

<smart:addresssnippet runat="server" xmlns:smart="http://www.sitecore.net/xhtml"></smart:addresssnippet>

This fails validation. Has anyone encountered this or a way to add renderings to the validation schema?

link|improve this question

57% accept rate
Can you specify which version of sitecore you are using? The telerik radeditor has been upgraded in 6.4. – chrislewis Jan 16 at 7:54
feedback

1 Answer

I would contact Sitecore support here (provided you have a login for it): https://support.sitecore.net/

or maybe you could also try here: http://sdn.sitecore.net/Forum.aspx?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.