[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] use of $foo/(//path)
Subject: [xsl] use of $foo/(//path)
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 4 Feb 2008 17:32:36 +0000
|
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
|