xsl-list
[Top] [All Lists]

[xsl] use of $foo/(//path)

2008-02-04 10:33:04
In this article:

http://www.stylusstudio.com/schema_aware.html

I noticed this:

<xsl:sequence select="$actor/(//video[actorRef=$actor/@id])"/>

The part which caught my eye was:

$actor/(//...)

What does the sequence constructor do for you here, as opposed to just:

$actor//...

?

thanks
andrew

--~------------------------------------------------------------------
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>