This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to specify a path to a node in a nodeset using a variable


> David Carlisle <davidc@nag.co.uk> and Mike Kay had the
> following suggestion:
> >
> >select="xalan:evaluate(concat('$container/',$path))"/>
>
> I think I am missing some concept or maybe I have not explained myself
> clearly.
> >
> If were to concat $container and $path, what would happen here?
>

The suggestion was not to concatenate $container and $path, it was to
concatenate '$container/' and $path, that is to construct a string
consisting of the string '$container/' followed by (the value of $path
converted to a string); the resulting string will contain an XPath
expression which the evaluate() function then evaluates.

Mike Kay
Software AG


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]