Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Biz Talk NonXML > XSLT issue
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 968 of 978
Post > Topic >>

XSLT issue

by =?Utf-8?B?U2l2YQ==?= <siva@[EMAIL PROTECTED] > Feb 1, 2008 at 07:34 PM

Hi

Could someone explain me how this xslt works in biztalk? if i want to
change 
the node path to full path, how to do it? 

<xsl:variable name="unique-countries" 

select="//cities/city[not(@[EMAIL PROTECTED]
)]/@[EMAIL PROTECTED]
"
/>

<countries>

          <xsl:for-each select="$unique-countries">

                  <country name="{.}">

                          <xsl:for-each
select="//city[@[EMAIL PROTECTED]
()]">

                                <city><xsl:value-of select="@[EMAIL PROTECTED]
"
/></city>

                        </xsl:for-each>

                </country>

        </xsl:for-each>

  </countries>



I am working on grouping nodes using XSLT in biztalk. I used the above
XSLT 
( i got it from online) and I got output without child nodes, ****ry.  

It looks like It didn't enter into for loop. I think I need to give node 
full path. 

Could someone tell me which places i need to change? I tried, no luck so
far.



Thank you in advance,

Siva

-- 
Thank you,

Siva
 




 3 Posts in Topic:
XSLT issue
=?Utf-8?B?U2l2YQ==?= <  2008-02-01 19:34:01 
RE: XSLT issue
=?Utf-8?B?S29lbg==?= <  2008-02-07 14:29:01 
RE: XSLT issue
=?Utf-8?B?U2l2YQ==?= <  2008-02-07 14:33:02 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 5:30:30 CST 2008.