Guys, I need some help with my XML. In some parts of my document, characters like ">" and "<" appear. Specifically inside the <data_dictionary></data_dictionary> tag, where I perform an update using the xmlUpdater transformer. What could be causing this?
Solved
Escaped Characters (">" and "<") Appearing in XML When Using xmlUpdater
Best answer by takashi
Hi
If you intend to replace the contents of the target element with XML contents stored in a feature attribute, you will have to set "XML/XQuery" to the Value Type column and use the "fme:get-xml-attribute" function in the Value column to get the attribute value in order to treat it as an XML fragment, not a string value. See the XMLUpdater Help to learn more.
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.
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.


