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

RE: xsl-list@lists.mulberrytech.com

Subject: RE: xsl-list@l...
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 7 Jun 2004 09:05:43 +0100
xsl count
> It's good to have such xslt to implement my function.
> If I want to get the position of first element whoes name is 
> not A and B 
> but anything else ,how can I do ?

Replace (C|D) by *[not(self::A or self::B)]

Michael Kay

> 
> Thanks in advance.
> Chen Yi
> 
> 
> >From: "Michael Kay" <mhk@xxxxxxxxx>
> >Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> >To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> >Subject: RE:  xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> >Date: Sun, 6 Jun 2004 13:18:38 +0100
> >
> >count((C|D)[1]/preceding-sibling::*) + 1
> >
> >alternatively:
> >
> ><xsl:for-each select="(C|D)[1]">
> >   <xsl:number count="*"/>
> ></xsl:for-each>
> >
> >Michael Kay
> >
> > > -----Original Message-----
> > > From: Chen Yi [mailto:chen_yi36@xxxxxxxxxxx]
> > > Sent: 06 June 2004 08:09
> > > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > > Subject:  xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > >
> > > ALL,
> > >
> > >  For example,
> > >
> > > <element>
> > >  <A/>
> > >  <B/>
> > >  <A/>
> > >  <C/>
> > >  <C/>
> > >  <D/>
> > > </element>
> > >
> > > I want to get the position first element whoes name is not A
> > > and B, but C &
> > > D. So it's 4 for this tree segment.
> > > How can I write the xslt to figure out this ?
> > >
> > > Thanks,
> > > Chen Yi
> > >
> > > _________________________________________________________________
> > > 鍏嶈垂涓嬭浇 MSN Explorer:   http://explorer.msn.com/lccn/
> > >
> > >
> > > 
> --+------------------------------------------------------------------
> > > 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@xxxxxxxxxxxxxxxxxxxxxx>
> > > --+--
> > >
> > >
> >
> >
> >
> >--+------------------------------------------------------------------
> >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@xxxxxxxxxxxxxxxxxxxxxx>
> >--+--
> >
> 
> _________________________________________________________________
> 与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  
> 
> 
> --+------------------------------------------------------------------
> 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@xxxxxxxxxxxxxxxxxxxxxx>
> --+--
> 
> 



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-2013 All Rights Reserved.