xsl-list
[Top] [All Lists]

RE: [xsl] Default namespace matching

2006-12-29 10:53:49
I think I must be misunderstanding something fundamental 
about namespaces.  Is it not the case that if your source 
file has a default namespace, in order to get the stylesheet 
to match, all you have to do is include the same namespace in 
the declaration?  

No (or is it yes?), this is not the case.

Just search for "FAQ XSLT default namespace".

To match elements that are in a namespace, the element names in a path
expression need to be prefixed with a prefix bound to that namespace. The
default namespace from the stylesheet context is not used.

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>
--~--

<Prev in Thread] Current Thread [Next in Thread>