Asked — Edited

Looking For Script To Parse .Xml To Txt File

Good Morning,

I am looking for some help with a program or script that will parse an xml file and convert to txt so that ARC can read.

Thanks! Wayne


ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

PRO
Synthiam
#1  

Xml is a very dynamic format. Sure, it separates information into tags - but the number of tags and the type of information can vary soooooooooooo much that a simple "parser" is impossible without a context. Do you have an example xml file? And what is the objective?

Those two answers and it will be easy :)

PRO
Synthiam
#3  

XML is far too dynamic for a simple EZ-Script library - specifically due to the limited use cases. It makes more sense for a plugin to be created for the xml file in question.