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

Re: Identifying sets of child elements that meet a ce

Subject: Re: Identifying sets of child elements that meet a certain condition
From: "Mark Peters" <flickrmeister@xxxxxxxxx>
Date: Mon, 11 Feb 2008 11:04:13 -0500
Re:  Identifying sets of child elements that meet a  ce
My mistake. Sorry -- I missed a node in the for-expression (my actual
data set is slightly different from my sample data. Duh).

Thanks so much,
Mark


On Feb 11, 2008 10:54 AM, Mark Peters <flickrmeister@xxxxxxxxx> wrote:
> Hi Michael,
>
> Is this what you're suggesting?
>
>    <xsl:template match="/">
>            <topic>
>                   <ul>
>                        <xsl:for-each
> select="/data/component[not(attributeList/attribute/@name='a')]">
>                            <xsl:sort select="@name"/>
>                               <li>
>                                   <xsl:value-of select="@name"/>
>                               </li>
>                        </xsl:for-each>
>                    </ul>
>             </topic>
>        </topic>
>    </xsl:template>
>
> I tried that, but the results included no list items.
>
> Thanks,
> Mark
>
>
>
> On Feb 11, 2008 10:41 AM, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> > > In the following XML document, I'm trying to identify the
> > > component nodes that do not contain an attribute with the
> > > name "a." In the example, the only component that meets this
> > > criterion is "3."
> >
> > /data/component[not(attribute/@name='a')]
> >
> > Michael Kay
> > http://www.saxonica.com/
> >
> >
>
>
>
>
> --
>
> Mark Peters
> Senior Technical Writer
> Saba Software
>



-- 

Mark Peters
Senior Technical Writer
Saba Software

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.