xsl-list
[Top] [All Lists]

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

2008-12-08 12:00:22
Bradley, Peter wrote:
One thing I didn't say was that this problem is for BizTalk, where I
have no control over the XML being used.  In the end I discovered that
this was what I had to use:

count(/*[local-name()='HesaValidate_Response' and
namespace-uri()='http://HesaValidateSqlSend']/*[local-name()='row' and
namespace-uri()='http://HesaValidateSqlSend'])

The suggested solutions did _not_ require any change to the XML, only to the stylesheet.

--

        Martin Honnen
        http://JavaScript.FAQTs.com/

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