parsing xml file with vex/vops - is it possible?

   1447   1   0
User Avatar
Member
79 posts
Joined: April 2011
Offline
I've really delayed getting into vex, my vop knowledge is OK. I'm wondering if it's possible to parse xml data via vex/vops?
User Avatar
Member
1746 posts
Joined: May 2006
Online
Not really.

You can slurp text into a detail attribute, and try and parse it, but its not fun, and there's no built in libraries for dealing with xml.

Python however loves all that. You're better off doing it there, creating objects/points/attribs in python, then afterwards doing all the interesting stuff in vex.
http://www.tokeru.com/cgwiki [www.tokeru.com]
https://www.patreon.com/mattestela [www.patreon.com]
  • Quick Links