Rendering XML using JSP
XML / XSL
3
Posts
3
Posters
10
Views
1
Watching
-
Hello, I want to render XML on server side using JSP. How do I do it? Please give me some tips. Thanks Hitesh
hi, What exactly do u mean by render XML ? Do u want to parse the XML and display the contents onto the browser ? If so, u can use the xerces parser which is an open-source from IBM-Apache. You can get it at http://xml.apache.org. Get the JAR - xerces.jar. Rgds, Sharad Ganesh
-
Hello, I want to render XML on server side using JSP. How do I do it? Please give me some tips. Thanks Hitesh