Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
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

Get access to the latest features and updates with ARC Pro edition. You'll have everything that's needed to unleash your robot's potential!

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.