Reputation: 2727
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
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