XSL Listing

webmasterbeta

New Member
Hi All,
I hava a problem in XSL.I am getting one xml file which contains banks and user ids as inpuit for the xsl.

This xsl should display banks where the user has accounts on the top of the page. The banks in which the user dont have accounts should be displayed in the bottom. The XML contains only the registerd banks. The problem is that i have to check for the bank's presence in the xml and if the bank is not there in the xml,i have to hardcode and display this bank in the bottom..How to detect the bank name is not there in the xml?.

I cannot use xsl variables bcoz scope will be a problem..

And also i have to dynamically create check box to each unregistered bank.

Any help would be appreciated..

thanks,
Ramkumar:)
 
Back
Top