xsl-list
[Top] [All Lists]

Re: [xsl] Counting records [Solved] - addendum

2008-12-09 04:13:19
You would only ever need to do that if you didn't know the namespace,
and even then

self::*:HesaValidate_Response

is preferable to

local-name() = 'HesaValidate_Response

cheers
andrew

2008/12/9 Bradley, Peter <pbradley(_at_)uwic(_dot_)ac(_dot_)uk>:
Because that's what BizTalk requires.

I was trying to be helpful by pointing that out to anyone else who has
to use BizTalk.  I'll know to keep quiet in future.


Peter


-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk]
Sent: 08 December 2008 18:59
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Counting records [Solved] - addendum


count(/*[local-name()='HesaValidate_Response' and

No! why on earth would you want to do that? It's a pain to write and
inefficient to execute. Why couldn't you just do as was suggested in
several replies?

David


--~------------------------------------------------------------------
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>
--~--