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

Subject: Re: [xsl] Counting records [Solved] - addendum
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 08 Dec 2008 17:59:53 +0100
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/

Current Thread