I had a recent need to extract some information from some XML - and didn't really want to write a program for it.
I could've done with an XML (XPath-based) ad hoc query program.
I'm thinking - on a long pair of flights coming up - of writing one in Editorial. Editorial because I can pull the file in and operate on it with some Python and then some.
Could such a thing be of general interest?
Anyone got experience with XML parsing and XPath in Editorial? (For example advice such as "start with Beautiful Soup" or "do it in Pythonista" would be helpful.