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

Re: Problem of syntax of filter ?

Subject: Re: Problem of syntax of filter ?
From: Ingo Schildmann <ingoschi@xxxxxx>
Date: Wed, 16 May 2001 10:43:14 +0200
ingo syntax
On Wednesday 16 May 2001 10:13, you wrote:
>
> I've tried this code in order to select the element :
>
>           <xsl:variable name="matchingDownloadTableName"
>                      select="$dtableFile//DownloadTableName
>                              [(@downloadType=$downloadType)]"/>  (with
> $downloadType=EL_NOT_OCB)
>
> Then, I build my output tree like this :
>
>                     <xsl:for-each select="$matchingDownloadTableName">
>                                      <DownloadTableName
> downloadType="{@downloadType}" fileName="{@fileName}"/> </xsl:for-each>
>
> But the result of my output tree is empty !
>
> I don't understand why my code doesn't work.
> Is it my filter good ?
>

I think your problem might be that you declare $downloadType as EL_NOT_OCB
instead of 'EL_NOT_OCB', so it is'nt recognized as string.

Bye, Ingo

-- 
Ingo Schildmann                                                ingoschi@xxxxxx

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.