Skip to main content
Question

Why is the xml schema written to the first tag coming out of the XML Formatter and how do I stop it?

  • April 23, 2018
  • 3 replies
  • 6 views

Forum|alt.badge.img

Here is a screenshot of my XML Formatter:

and this is the Output:

<CABS_EINGRIFF xmlns="http://schemas.webs.idu.de/cardo3/Ikx/IkxBase">

<EINGRIFF_EINGRIFF xsi:nil="true"/>

<EINGRIFF_INDEX xsi:nil="true"/>...

Why does the first tag get all the schema information added to it and how can I stop FME doing it?

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.

3 replies

david_r
Celebrity
  • 8394 replies
  • April 23, 2018

Have you set "Write XML header" to False in the XMLTemplater (I'm assuming you're using one)?


Forum|alt.badge.img

Have you set "Write XML header" to False in the XMLTemplater (I'm assuming you're using one)?

This is set to "no"

 

 


david_r
Celebrity
  • 8394 replies
  • April 25, 2018
This is set to "no"

 

 

Can you post a sample workspace here that reproduces the issue?