xsl-list
[Top] [All Lists]

Re: Select value using not(keys)

2006-03-04 10:14:22
thank you I will stay away from those nasty keys...
for now.....can you explain what the ../a does?

Geoff

<xsl:template match="a">
  <relationship parent="{substring-before(., ',')}"
     child="{substring-after(., ',')}"
     doc="{substring-after(../a[contains(., 'Name:
')], 'Name: ')}"/>
</xsl:template>
</xsl:stylesheet>



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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>
--~--