xsl-list
[Top] [All Lists]

RE: Processing rowsets of multiple queries

2005-11-11 12:34:17
-----Original Message-----
From: Oleg Konovalov

<xsl:variable name='custdata'
select="/page/content/sql:rowset[(_at_)sql:name='query1']"/>

Aspects of this selection are namespace qualified, but your data sample is
not.  

sql:rowset != rowset

    <xsl:with-param name='therow' select='.'/>x

Just name the thing your asking for.  Select="." is selecting self::node(),
not child::node() as you seem to think.

<xsl:with-param name="therow" select="row"/>


HTH,

Mike


-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.

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



<Prev in Thread] Current Thread [Next in Thread>