Re: [xsl] Setting some variables

Subject: Re: [xsl] Setting some variables
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Jan 2003 16:59:26 GMT
> however $filename and $type always end up being empty.

You have specified them both as being the string value of a file element
but your file element is empty and has string value "".

I think you want the attribute value so

descendant::file/@name

not

descendant::file[@name]

descendent:: can be very expensive, if you know it's

objectsource/file/@name

it's probably best to use that.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread