Tridion RTF Links with special characters in the header do not work

In the RTF field, we refer to a component that has a header similar to "Component [1234]."

Our composite template uses TBB by default.

Error posting with error:

Phase: Processing phase Deployment failed, Failed to convert tcdl ... \ index.aspx file, Failed to convert input string tcdl Unable to convert input string, Unbalanced attribute quotes linkAttributes = "title =" A Component <1234 Source (32526) "

We also use the Razor reseller, but I assume this is not relevant here?

Any ideas on why this issue is occurring?

+4
source share
1 answer

The razor broker works just fine. The problem was the special RTF function that processes the RTF value. Razor makes ResolveXHTML out of the box without having to write it in our code, but we had a basic RegEx replacement for our field. Thanks to everyone for the ideas.

+1
source

All Articles