|
Subject: Re: [xsl] XPath question. From: Ben Trafford <ben@xxxxxxxxxxxxx> Date: Tue, 06 May 2003 23:02:52 -0400 |
if it does *not* start with the letter Q? So you want to negate the test="" like: "not(starts-with(//title, 'Q') or starts-with(//episode, 'Q'))"
<xsl:if test="not(starts-with(entry/title, 'Q') or starts-with(entry/episode, 'Q'))">
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XPath question., Rob Rohan | Thread | RE: [xsl] XPath question., Hemi Kara |
| Re: [xsl] XPath question., Rob Rohan | Date | RE: [xsl] XPath question., Hemi Kara |
| Month |