NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
W3C (Score:1)
I think the NodeList problems come from an implementation that follows the W3C API too strictly. The win, of course, is that you can swap out back-end implementations on a whim, but given how infrequently that happens, the painful API is a net loss.
I gotta say, though, the ubiquity of the standard XML APIs is really appealing in Java though. Just knowing that I don't have to think twice about firing up the XSL transformer is nice.
Reply to This