xsl-list
[Top] [All Lists]

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

2004-11-11 09:01:19
Actually, while we're on this topic, would somebody mind explaining the // 
notation for me?

Maybe I've oversimplified it in my own mind, but I understand the / character 
to act as a path separator such that anything to the left of the / is the 
parent of anything to the right.  But I haven't been able to visualise the // 
notation at all.

Can anyone explain (and perhaps give examples of where it's useful)?

Cheers

Peter


 -----Original Message-----
From:   Osman Çinar Eren 
[mailto:Cinar(_dot_)Eren(_at_)isbank(_dot_)com(_dot_)tr] 
Sent:   11 November 2004 15:57
To:     xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:        [xsl] RE: [SPAM] - Re: [xsl] characters in xsl - Bayesian 
Filter detected spam

thanks for your help..
any other secial characters?
i know about "/" and "//".

-----Original Message-----
From: Colin Paul Adams [mailto:colin(_at_)colina(_dot_)demon(_dot_)co(_dot_)uk]
Sent: Thursday, November 11, 2004 5:52 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [SPAM] - Re: [xsl] characters in xsl - Bayesian Filter detected spam


"Osman" == Osman Çinar Eren 
<Cinar(_dot_)Eren(_at_)isbank(_dot_)com(_dot_)tr> 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

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


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




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