Please provide better XSL support - it is terrible

Holge r <[email protected]> Tue, 13 Oct 2009 11:02:19 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <e9ac8de6-0be6-4a92-a1c7-8abe44915a99@g23g2000yqh.googlegroups.com>
When is Mozilla Foundation considering better xsl implementation? It
is hard to implement workarounds and sometimes still impossible.
Transformix is still not supporting the namespace axis xpath
expression. And also it seems impossible to implement other parser
like xalan or saxon. Is there any progress in the near future to fix
the bug in transformix or to allow native implementation of other
parser?

Does somebody know how I can build a workaround to address unbounded
namespace?

<xsl:value-of "*/@*[namespace-uri() = 'http://www.w3.org/2000/
xmlns/']"/> is not working.

Regards