Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Tuesday, December 4, 2007

java code for JSP XML and XSLT transform

/*


Peter
54


Patricia
50



*/

//globalParam.xsl
/*

60


List of people in the XML document





NameAge






51














(old!)






*/

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



Using a Named Template with Global Parameters



var="inputDoc" />

var="stylesheet" />

xslt = "${stylesheet}">



No comments: