This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: (2 xpath questions)


> > There should never be a "/" (or "file://") at the end of an XPath
> expression. The
> > only exception is the expression "/" which means the root node.
> 
> Ok, should I file a bug with MSXML? It permits a closing "/".

Yes. That's an error and a conformant processor must report it.
> 
> But *why* is "//" an invalid query? What are the rules for 
> validity, and which ones get broken?

It's invalid because it doesn't match any of the productions of the XPath
grammar as defined in the W3C XPath 1.0 Recommendation. (The grammar says
what expressions are allowed, and by implication anything else isn't).

Mike Kay 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]