xsl-list
[Top] [All Lists]

RE: [xsl] Namespace prefixes in Schemas

2006-08-16 02:51:31
But nevertheless i lied about my actual problem, (gee, i'm 
watching too much "House") cause i was afraid that the 
moderator will come by saying this is not a XSL question... 

I think XPath is in-scope for this list.


My problem is that i'm using Sarissa to get some Schema nodes 
using XPath, like this

var nodes = xmlSchema.selectNodes("//xs:element");

after declaring

Sarissa.setXpathNamespaces(xmlSchema,
'xmlns:xs="http://www.w3.org/2001/XMLSchema";');

It seems that this is about the same situation you've pointed 
in your answer, but that is not working

Without reading the Sarissa specs I would certainly expect it to work. (That
is, to match the namespace URI rather than the prefix). Sounds as if your
issue might be specific to Sarissa, or to the XPath processor in your
particular browser; or it might be some misunderstanding.

Michael Kay
http://www.saxonica.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>
--~--