RE: Explain me the expression.

Subject: RE: Explain me the expression.
From: "Dudley, Mark" <Mark.Dudley@xxxxxxxxxxxxx>
Date: Fri, 31 Mar 2000 16:35:44 -0500
Sateesh,

Look in the Xpath spec for an explanation of the shorthand symbols.

Mark

-----Original Message-----
From: Narahari, Sateesh [mailto:Sateesh_Narahari@xxxxxxxxxxxxx]
Sent: Friday, March 31, 2000 3:41 PM
To: 'xsl-list@xxxxxxxxxxxxxxxx'
Subject: Explain me the expression.


Folks for <xsl:value-of select = Expr >

The Expr is defined as combination of ExprToken which is defined below.

I looked at the specs to find the meaning of '.' , '.. , and '::' and
couldn't find them in XSL specs at w3c. I was wondering if any of you have
what these symbols indicate?.

I have an XSL that is somewhat like this <xsl:value-of select='.'> and I
don't know what the hell it means. Sorry to comment, but I get the felling
XSL specs are not very well written.

ExprToken    ::=    '(' | ')' | '[' | ']' | '.' | '..' | '@' | ',' | '::'  
   | NameTest  
   | NodeType  
   | Operator  
   | FunctionName  
   | AxisName  
   | Literal  
   | Number  
   | VariableReference 

Sateesh


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread