Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Monday, December 10, 2007

java code for JSTL XML Output





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" %>


Out Examples

























$doc/students/student/name/first

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


No comments: