|
Subject: Re: [xsl] Counting records [Solved] - addendum From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Tue, 09 Dec 2008 12:35:06 +0100 |
Because that's what BizTalk requires.
<xsl:stylesheet
xmlns:df="http://HesaValidateSqlSend"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"> <xsl:template match="/">
<xsl:value-of select="count(/df:HesaValidate_Response/df:row)"/>count(/*[local-name()='HesaValidate_Response' and namespace-uri()='http://HesaValidateSqlSend']/*[local-name()='row' and namespace-uri()='http://HesaValidateSqlSend'])
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<xsl:value-of xmlns:df="http://HesaValidateSqlSend"
select="count(/df:HesaValidate_Response/df:row)"/>Martin Honnen http://JavaScript.FAQTs.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Counting records [Solved], Andrew Welch | Thread | RE: [xsl] Counting records [Solved], Bradley, Peter |
| Re: [xsl] Counting records [Solved], Andrew Welch | Date | RE: [xsl] column headings in SQL as, Michael Kay |
| Month |