xsl-list
[Top] [All Lists]

Re: [xsl] looking for an attribute

2006-09-15 07:13:10
Thanks to all responses, it was indeed the context of the node...now works.

Aaron

On 9/14/06, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
Your code is correct, provided that the navigation element is the context
node. I suspect it didn't work because the context was wrong, but we can't
see that from your fragment.

Michael Kay
http://www.saxonica.com/



> -----Original Message-----
> From: Aaron Johnson [mailto:artpunx(_at_)gmail(_dot_)com]
> Sent: 14 September 2006 12:23
> To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
> Subject: [xsl] looking for an attribute
>
> Appologies if this is a repeated request...
>
> I have some xml...
>
> <navigation>
>               <focusedTab unremovable="true" immutable="true"
> ID="50" name="Login"/>
>               <inactiveTab unremovable="true"
> immutable="true" ID="38" name="Home"/> </navigation>
>
> I would like to test if the focused tab has an attribute of
> "login" so as to impliment a choose statement...
>
> <xsl:template name="scripts">
>       <xsl:choose>
>               <xsl:when test="?????'"> etc etc....
>
> I thought it would be <xsl:when
> test="focusedTab[(_at_)name='Login']"> but it won't work.
>
> Any help would be appreciated.
>
> Aaron
>
> --~------------------------------------------------------------------
> 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>
> --~--
>


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



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