[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Template matching preceding-sibling.

Subject: Re: Template matching preceding-sibling.
From: Steve <subsume@xxxxxxxxx>
Date: Thu, 8 Nov 2007 14:16:36 -0500
Re:  Template matching preceding-sibling.
Excellent. Thank you I will do so.

-Steve

On Nov 8, 2007 2:14 PM, Scott Trenda <Scott.Trenda@xxxxxxxx> wrote:
> Hey Steve,
>
> Looks like you've solved the problem, but here's a quick pointer. Start
> learning to avoid !=, and start using not() instead. Since comparison
> operators on node-sets are combinatoric, your first comparison says "if
> there are any preceding-sibling::activity nodes that ARE NOT equal to my
> child::activity node", instead of "if there are NOT any
> preceding-sibling::activity nodes equal to my child::activity node",
> which is what I believe you're intending. Use the following XPath
> instead:
>
> Rec[not(activity = preceding-sibling::Rec/activity)]
>
> not() is usually the safest bet, especially when node-sets come into the
> mix.
>
> ~ Scott
>
> -----Original Message-----
> From: Steve [mailto:subsume@xxxxxxxxx]
> Sent: Thursday, November 08, 2007 12:17 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>
> Subject: Re:  Template matching preceding-sibling.
>
> I'm sorry, but isn't the first <Rec> in my XML the preceding-sibling
> of the second <Rec> ?
>
> -Steve
>
> On Nov 8, 2007 1:13 PM,  <cknell@xxxxxxxxxx> wrote:
> > Your template matches both <Rec> elements, so you get two instances of
> "Ello xslers." in your output.
> >
> > Your template matches and <Rec> element with an <activity> child
> element that doesn't have preceding-sibling <Rec>. Since both <Rec>
> elements have <activity> child elements, and since none of the
> <activity> elements has a preceding-sibling of ANY kind, you are
> matching both <Rec>s.
> > --
> > Charles Knell
> > cknell@xxxxxxxxxx - email
> >
> >
> >
> >
> > -----Original Message-----
> > From:     Steve <subsume@xxxxxxxxx>
> > Sent:     Thu, 8 Nov 2007 12:59:01 -0500
> > To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject:   Template matching preceding-sibling.
> >
> > I'm missing something fundamental, what is it?
> >
> > <xsl:template match="Rec[activity != preceding-sibling::Rec/activity
> > or not(preceding-sibling::Rec)]">
> >   Ello xslers.
> > </xsl:template>
> >
> > <xml>
> >    <Rec>
> >      <activity>hi</activity>
> >    </Rec>
> >    <Rec>
> >       <activity>hi</activity>
> >    </Rec>
> > </xml>
> >
> > ----
> >
> > Above should only print anything once, but I'm getting it each time.
> > What am I not getting?
> >
> > -Steve

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.