programming
xpath sure is a lot more convenient for parsing data out of xml formats than the DOM interface
programming
@Lady yeah. i'm not really surprised by that, more just by how unwieldy the DOM is. kinda hoped that was just a javascript problem
programming
@alyssa it's gotten better and they've been trying hard to develop out CSS selectors to give .querySelector() more power but it can still be quite cumbersome yeah
programming
@alyssa yeah it turns out those old XML technologies that browsers stopped caring about because it wasn't the DOM and HTML were actually good