|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: What do match=@*[....] and match=*[....] mean
> I see occasionally templates with a matching criteria similar to > > <xsl:template match="@*[.....]"/> > > and > > <xsl:template match="*[.....]"/> > > What is the meaning of them? The first matches any attribute that satisfies the predicate within the square brackets. The second matches any element that satisfies the predicate > > Can they be used WITHOUT the appended brackets [...]? > Yes, @* matches any attribute, and * matches any element. Regards, Michael Kay http://www.saxonica.com/ http://twitter.com/michaelhkay
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart


![RE: What do match=@*[....] and match=*[....] mean](/images/get_stylus.gif)





