|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
JSP & XML - How do I parse XML with JSP?
I have an XML file which I can do some pretty cool things with, however I need to be able to get the information out of it.
I was told I can do so with JSP. The problem is, I have found MANY MANY places that say the same thing, but since I know NOTHING about xml, I have no idea of how to really go about doing this. Does anyone have any ideas? Links? That could show and XML idiot (thats me) how to get info out of an XML file (passed in by URL) using JSP? Thanks Adam |
|
#2
|
|||
|
|||
|
Hi Adam,
Go to http://developer.java.sun.com/devel...es/advanced.pdf It is an excellent chapter on using xml with JSP. Hope that helps. Let me know how it goes. |
|
#3
|
|||
|
|||
|
Take a look at Xalan for Java on URL . It's very simple to write a tag that parses XML using XSL on the fly using Xalan.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > JSP & XML - How do I parse XML with JSP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|