vidsa
stranger
Reged: 09/22/05
Posts: 9
|
|
i have dom parser java file it is parsing the xml but i want parsing the xml through jsp.can u give me the steps which are i can follow
|
Jesper
member
Reged: 07/27/05
Posts: 124
|
|
The Java code in a JSP is not different from Java code in a class. So the code you use to parse XML is the same in a JSP as in any other Java class.
|
codefetch
stranger
Reged: 10/14/05
Posts: 6
|
|
One very simple way without using java code is to use the jstl. This codefetch search for "parse xml" brought up this 16 line xml parsing example from the book JSTL in Action
-------------------- java.codefetch.com
Search for Java source code snippets from dozens of books!
|