[xsl] RE: [SPAM] - Re: [xsl] characters in xsl - Bayesian Filter detected spam

Subject: [xsl] RE: [SPAM] - Re: [xsl] characters in xsl - Bayesian Filter detected spam
From: Osman Çinar Eren <Cinar.Eren@xxxxxxxxxxxxx>
Date: Thu, 11 Nov 2004 17:57:26 +0200
thanks for your help..
any other secial characters?
i know about "/" and "//".

-----Original Message-----
From: Colin Paul Adams [mailto:colin@xxxxxxxxxxxxxxxxxx]
Sent: Thursday, November 11, 2004 5:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [SPAM] - Re: [xsl] characters in xsl - Bayesian Filter detected spam


>>>>> "Osman" == Osman Ginar Eren <Cinar.Eren@xxxxxxxxxxxxx> writes:

    Osman> hi, a sily question but i want to learn the meaning of the
    Osman> following characters in xsl:

    Osman> "@", ".", "$" ...

Not so silly. Except it's XPath, not XSLT.
@ = attribute:: = attribute axis.
So @fred means attribute named fred

. = context node (or context item in XSLT 2.0) - that's the item that
is the current subject of apply-templates or for-each in XSLT .

$ = variable reference, so $fred is the value of the variable (or
parameter) named fred.
--
Colin Paul Adams
Preston Lancashire

Current Thread