[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] XPath Grammar


Subject: [xsl] XPath Grammar
From: Fatih TURKMEN <fatihturkmen99@xxxxxxxxx>
Date: Tue, 3 Jun 2003 12:12:26 -0700 (PDT)

I need help about XPath grammar.
In W3C specification a literal is stated as the
following:

[29]    Literal    ::=    '"' [^"]* '"'  
   			| "'" [^']* "'" 


What does the production mean?
I think it can be translated as the following:
			"\"" (~["\""])* "\""
		|	"'"  (~["'"] )* "'"  

but what [^"]* exactly mean?


Thanks in advance.

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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



Current Thread
Keywords