|
Read data from xml and show in jsp page project download
|
|
12-12-2011, 11:30 PM
Post: #1
|
|||
|
|||
|
First create a xml file ex:"names.xml" like below Quote:<?xml version="1.0"?> Now we have to write the coding to read each and every parent and sub node so we write code as follows <%@ page contentType="text/html"%> <%@ page import="javax.xml.parsers.DocumentBuilderFactory,javax.xml.parsers.DocumentBuilder,org.w3c.dom.*"%> <% DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); DocumentBuilder db = dbf.newDocumentBuilder(); Document doc = db.parse("http://localhost:8084/s2sgatewayxml/names.xml"); NodeList RegistrationNo = doc.getElementsByTagName("RegistrationNo"); NodeList StudentID = doc.getElementsByTagName("StudentID"); NodeList Name = doc.getElementsByTagName("Name"); NodeList FName = doc.getElementsByTagName("FName"); %> Quote:<html> here Document doc = db.parse("http://localhost:8084/s2sgateway.comxml/names.xml"); is the location of xml file if your location is just localhost change according to that. Download Full Source and paste it to webapps folder of tomcat and run it. Any question ask us. Happy coding
|
|||
Advertise here or at any positions around our site send a mail to info@walkinsforum.com
|
« Next Oldest | Next Newest »
|
![]() |
|||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies | Views: | Last Post | |
| JSP Complete Project download | rajasri | 25 | 2,888 |
05-18-2012 01:07 PM Last Post: kusuma |
|
| Students management java project download | rajasri | 25 | 2,290 |
05-15-2012 12:45 PM Last Post: itischinmay |
|
| JSP Complete Project download | admin | 3 | 776 |
05-13-2012 09:23 PM Last Post: viknass |
|
| free jsp project download | rajasri | 7 | 2,144 |
04-19-2012 12:25 PM Last Post: poonam |
|
| In Tomcat jsp page is not refreshing | rajasri | 0 | 199 |
12-19-2011 06:11 PM Last Post: rajasri |
|
| captcha project in jsp/servlet | rajasri | 0 | 598 |
12-19-2011 05:44 PM Last Post: rajasri |
|
| Display combo box value/Database value on same JSP page | rajasri | 0 | 326 |
12-19-2011 04:57 PM Last Post: rajasri |
|
| Display database value in jsp page | rajasri | 0 | 609 |
12-14-2011 11:43 AM Last Post: rajasri |
|
| simple update query in jsp page | rajasri | 0 | 1,067 |
12-14-2011 11:36 AM Last Post: rajasri |
|
| update using parameters in jsp page | rajasri | 0 | 434 |
12-14-2011 11:34 AM Last Post: rajasri |
|
User(s) browsing this thread: 1 Guest(s)






![[-]](images/royal_red/collapse.gif)






