xsl-list
[Top] [All Lists]

Re: [xsl] Getting at namespace-prefix used in source document

2006-09-10 07:33:50

substring-before(name(),':') 
or 

or to know the prefix used for http://www.example.com.ns use 
name(namespace::*[.='http://www.example.com.ns'])

in both cases what you actually get is the prefix used in the input
tree, which need not be (but always is on systems that I use) the same as
the prefix used in the original document. (xslt allowed xml parsers
_not_ to report original prefixes (in which case the system would make
up prefixes) but in practice all namespace parsers do report prefixes
9otherwise supporting namespsaces in attributes in xpath and xschema etc
would be very hard.

David

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