Servo Speed icon Servo Speed Adjust servo/PWM speed (0-20) between two positions to quickly experiment and tune motion; select board/port; settings aren't saved. Try it →
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

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#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:)

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#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.