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
> 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.
Can you explain in more detail what you want to achieve with that
expression?
How does your XML look? What is the output you want to achieve?
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
> @ 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?