|
Subject: Re: [xsl] 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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Why no namespace node Kin, Dimitre Novatchev | Thread | RE: [xsl] Why no namespace node Kin, Michael Kay |
| Re: [xsl] Why no namespace node Kin, Dimitre Novatchev | Date | RE: [xsl] Using translate() for sin, Michael Kay |
| Month |