Subject: Re: Problem interpreting XSLT spec...
From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx>
Date: Thu, 22 Jul 1999 19:00:47 -0400 (EST)
|
At 22 Jul 1999 17:54 -0400, Larry Fitzpatrick wrote:
> I am having trouble understanding rule 35 of the latest XSLT draft. It states:
You mean the XPath working draft.
> [35] FunctionName ::= QName - NodeType
>
>
> What does the - mean? Is it supposed to be a | character?
It's disallowing the NodeType names as function names.
The NodeType node tests are comment(), text(),
processing-instruction(), and node(). To avoid conflicts, you cannot
use 'comment', 'text', 'processing-instruction', or 'node' as a
function name.
Regards,
Tony Graham
======================================================================
Tony Graham mailto:tgraham@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9632
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|