Subject: Re: Why no namespace node KindTest?
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 27 Aug 2006 07:28:13 +0100
|
>>>>> "Dimitre" == Dimitre Novatchev <dnovatchev@xxxxxxxxx> 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
| Current Thread |
Dimitre Novatchev - 27 Aug 2006 04:34:36 -0000
- Colin Paul Adams - 27 Aug 2006 06:28:10 -0000 <=
- Michael Kay - 27 Aug 2006 07:12:24 -0000
|
|