Re: How to get namespace using prefix2004-09-14 05:48:44"David" == David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> writes:
David> <xsl:value-of select="namespace::intf"/>
or in 2.0 (the above is guaranteed to work in 2.0, as the namespace
axis is deprecated, and processors are not required to support it (and
at least one does not do so)):
<xsl:value-of select="namespace-uri-for-prefix(intf, element)"/>
--
Colin Paul Adams
Preston Lancashire
|
|
||||||||||||||||