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

Re: problem with handling conditional for loops

Subject: Re: problem with handling conditional for loops
From: Rahil <qamar_rahil@xxxxxxxxxxx>
Date: Wed, 27 Apr 2005 15:36:11 +0100
Re:  problem with handling conditional for loops
Jon Gorman wrote:

<>
..... If it's the latter, I hope it doesn't occur to
frequently. Do remember this is a pretty large list spanning across
quite a few time zones. I was sleeping soundly when your first email
was sent to the list this morning. Of course, I realize sometimes
postings do get ignored.


You're right. I did feel that my mail had got lost in the many other mails that were posted around the same time.

However since my work has come to a halt because of this problem I decided to repost with a simplified statement. Ive simplified my code for clearer understanding of my problem

----------------------
<xsl:for-each select="document(First.xml)/SubConcepts/SubConcept">
<xsl:variable name="clsName" select="@name"/>
<xsl:for-each select="document(Second.xml)/SubConcepts/SubConcept[1]/Value">
..........
<xsl:choose>
<xsl:when test="contains(normalize-space(lower-case($ontSecondVal)),normalize-space(lower-case($clsName)))">
<xsl:call-template name="firstLevel">
..........
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
...............
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
</xsl:for-each>
---------------------


IN CASE I dont find $clsName in any of the Value/text() of SubConcept[1], I'd like to loop though the remaining SubConcept nodes to check whether $clsName exists in its @name.

I hope this is slightly clearer. Else please let me know.

Thanks
Rahil






Jon Gorman

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.