WOW u want the whole code.... can I charge u for it :) I was kidding... there are xml code samples in the tutorial section of the java sun site... u can use that along with xsl... for tutorial on xsl look up w3schools.com, which is a free web based tutorial site... esp look up the sort tag :)
Hope that helps Amit -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of srinivas tadikonda Sent: Monday, September 23, 2002 3:27 AM To: [EMAIL PROTECTED] Subject: XML--XSL Doubt Hi, I have one xml file(AddressBook.xml). This file contains the following tags. <address> <name>srinivas</name> <city>chennai</city> <ph>38389393</ph> <country>India</country> </address> It contains 2000 records. In my browser(IE) I want to display name only(In table). If anybody click that name I want to display his details useing XSL or anything , at the same time I have to give sorting facilitly also. Please help me and send sample code.... Note: I am creating this 'AddressBook. xml' file from my database. I can solve the above requirement useing database. But I don't want to do because when ever user click the name it will contact the database...that to it is little bit slow also...Instead of this I want to use xml. But I am new to these things. Please provide solution and code also...Please... Everyting Dynamic..... Thanks and Regards srinivas Gupta ---------------------------------------------------------------------------- -- Chat with friends online, try MSN Messenger: Click Here =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
