Click to See Complete Forum and Search --> : XSL Listing


ilxml
01-25-2003, 02:42 AM
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:)

khalidali63
01-26-2003, 12:30 PM
Your best bet for XSL/XSLT/XSL:FO
questions is this URL

http://www.mulberrytech.com/xsl/

cheers

Khalid