Skip to main content
Solved

Can I use xml transformers to update InfoPath forms?

  • October 3, 2017
  • 1 reply
  • 14 views

I have tried to use xml transformers to update InfoPath forms. Does anyone has successfully use FME to fill out and update InfoPath forms?

Best answer by deanatsafe

I'm not very familiar with InfoPath forms, but if they are valid XML documents, then yes you should be able to update them with FME. You have 2 basic approaches you can take. You can either update the existing XML doc using the XMLUpdater transformer, or you can use load the InfoPath form as a template into XMLTemplater and then merge FME feature values into that. For more on XMLUpdater see: https://knowledge.safe.com/articles/22583/working-with-geodatabase-metadata-writing-to-xml.html

and https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/xmlupdater.htm

For more on writing XML with XMLTemplater see the XML Tutorial article at: https://knowledge.safe.com/articles/30940/xml-writing-with-xmltemplater.html

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

deanatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • Best Answer
  • October 4, 2017

I'm not very familiar with InfoPath forms, but if they are valid XML documents, then yes you should be able to update them with FME. You have 2 basic approaches you can take. You can either update the existing XML doc using the XMLUpdater transformer, or you can use load the InfoPath form as a template into XMLTemplater and then merge FME feature values into that. For more on XMLUpdater see: https://knowledge.safe.com/articles/22583/working-with-geodatabase-metadata-writing-to-xml.html

and https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/xmlupdater.htm

For more on writing XML with XMLTemplater see the XML Tutorial article at: https://knowledge.safe.com/articles/30940/xml-writing-with-xmltemplater.html