What's the best way to handle XML parsing in modern applications? or Struggling with XML parsing? Any

22 Replies, 1427 Views

XML parsing sucks, but jq (with the `--xml` flag) can sometimes help for quick transformations.

For speed, SAX is king. DOM is just too slow for big files.

And nested tags… I usually just refactor the XML if I can. Life’s too short.

Messages In This Thread



Users browsing this thread: 1 Guest(s)