What is the purpose of two forward slashes in xslt? “//”

Adr2ien

New Member
I am in an XML class and have the following line of code..\[code\]<xsl:value-of select="count(//@qty)" />\[/code\]What is the purpose of the "//" before the qty attribute? What does it designate?
 
Back
Top