Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Monday, December 10, 2007

java code for JSTL XML Parse





Joe
Y
T


99
A




James
Todd
K


92
B




Kate
Wang
A


72
C






///////////////////////////////////////////////////////////////////////////////

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %>


Parse Examples


Please enter an XML file:


































$doc/students/student/name/first

$doc/students/student[@id=2]/name/first
select="$doc/students/student[@id=2]/name/first" />
$doc/students/student[@id=1]/name/first
select="$doc/students/student[@id=12]/name/first" />



No comments: