[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Processing rowsets of multiple queries

Subject: RE: Processing rowsets of multiple queries
From: "Haarman, Michael" <mhaarman@xxxxxxxxx>
Date: Fri, 11 Nov 2005 13:34:17 -0600
mul in sql
> -----Original Message-----
> From: Oleg Konovalov

> <xsl:variable name='custdata'
> select="/page/content/sql:rowset[@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.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.