xsl-list
[Top] [All Lists]

Re: [xsl] Namespace and XSL Variables

2006-09-12 07:19:28

@x:selected

would select a selected attribute in the namespace
http://www.somenonexistenturl.com
but unprefixed attributes (like unprefixed names in xpath) always refer
to no-namespace. You have  <Results selected="123"> so you want
x:Results/@selected.

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>