robrtc
robrtc

Reputation: 2727

Tridion RTF Links with special characters in title fails

In an RTF field we link to a Component that has a title like 'A Component [1234]'.

Our Compound Template uses the Default Finish Actions TBB.

It fails during publishing with the error:

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

We are also using the Razor mediator but I am guessing it is not relevant here?

Any ideas on why this issue occurs?

Upvotes: 4

Views: 337

Answers (1)

robrtc
robrtc

Reputation: 2727

Razor mediator works perfect. Problem was in a custom RTF function processing the value of the RTF. Razor does the ResolveXHTML out of the box without us having to write it in our code, but we had some basic RegEx replacement for our field. Thanks to everyone for the ideas.

Upvotes: 1

Related Questions