Skip to main content
Question

Transformer XML-Templater Syntax

  • November 20, 2020
  • 1 reply
  • 2 views

Hello,

I have a little problem and I hope you can help me.

I use the transformer xmlTemplater. It works fine. But there is one problem:

If I insert an attribute with "<" or ">", the Transformer will change it in "lt&" or "gt&".

Is there any option, that the transfomer doesn't change the attribute?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • 8392 replies
  • November 20, 2020

That is by by design, as the XML specification does not allow you to use characters in your values that can lead to them being confused with XML tags.

See also e.g. https://www.w3resource.com/xml/reserved-markup-characters.php