xsl-list
[Top] [All Lists]

Re: [xsl] Extracting XPath stuff for an href.

2006-07-02 16:39:51
                <a href="cgi-bin/test(_dot_)sh?{(_at_)eee},{parent::node()}"
                target="_blank">DDD <xsl:value-of select="@eee"/>

I think you want something like
              <a href="cgi-bin/test(_dot_)sh?{(_at_)eee},{name(parent::node())}"
              target="_blank">DDD <xsl:value-of select="@eee"/>

Regards, Manfred

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