xsl-list
[Top] [All Lists]

Re: [xsl] xsl:variable

2006-06-02 07:49:38

is it possible

in XSLT2 yes.

In XSLT1 an arbitrary restriction means that the variable
is called a result tree fragment rather than a node set (the only
difference being that you can't do what you want to do) most procesoors
have an xx:node-set extension function that alows you to go
select="xx:node-set($options)/option[(_at_)value='xxxxx']"/>
where xx is bound to whatever namespace they need: eiether a
system-specific namespace or EXSLT namespace.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
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>