xsl-list
[Top] [All Lists]

Re: [xsl] Why no namespace node KindTest?

2006-08-26 23:28:10
"Dimitre" == Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com> writes:

    >> if ( $arg instance of namespace() ) ...
    >> 
    >> if ( $item instance of node() and not($item instance of
    >> attribute() or $item instance of comment() or $item instance of
    >> document-node() or $item instance of element() or $item
    >> instance of processing-instruction() or $item instance of
    >> text() ) ) ...
    >> 

    Dimitre> Hi Florent,

    Dimitre> A more compact expression giving the same result is:


    Dimitre>     $item intersect $item/../namespace::*


But this might give a static error in XSLT 2.0, as support for the
namespace axis (not nodes, as I incorrectly said earlier) is
deprecated, and optional.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--