intertwingly

It’s just data

ECMAScript round-up

Round-up of ES4 discussions for the past few days:

Did I miss anything?

Update: Brendan now has published his own round-up.


MonkeyPatch for Ruby 1.8.6

There is a bug in Ruby 1.8.6 that affects documents with a default namespace (even a vestigial one, like those sported by WordPress weblogs) which prevents non-namespace qualified attribute names from working in XPath expressions.  The following monkey-patch fixes this:

...