Re: Please provide better XSL support - it is terrible

Holge r <[email protected]> Sun, 29 Nov 2009 16:36:59 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <ea84f37e-2f4e-4e37-a66f-cc9e2fe8229b@c34g2000yqn.googlegroups.com>
Hi

> @ can only go inside [] as an Xpath filter expression

thats not correct. Instead of @ you could also use tye long way of
atttribute:: and it is not required to be within []. The problem with
transformix. I can not use <xsl:copy-of select="*/namespace::*"/>.
this should copy all namespaces to the output. But transformix does
not support the namespace axis. In this way there is no chance to
access namespace attributes. Is there any chance that firefox dwv team
can fix it?