Opera, XSLT and tags

I think I've discovered a pretty big bug in Opera browser when testing client-side XSLT capabilities of different browsers.

Steps to reproduce:

  1. Launch Opera
  2. Disable Javascript
  3. Visit a XSLT page that uses javascript in part of an xslt template (not one that users javascript to actually do the transformation)
  4. The moment the parser encounters a <script> tag within a template, it'll fail.

This is really frustrating because I've found that most of the other browsers are doing a good job with XSLT these days.