Jsp My Fourth Sax Application Jsp

From Fxp Wiki

Jump to: navigation, search
 
<%@ page import="vendo.*" %>
<%@ page language="java" import="java.io.IOException" %>
<html>
<head>
</head>
<body>
<%
	try {
		  MyFourthSaxApp myFourthExample = new
MyFourthSaxApp("webapps/JSPWiki/cibdir/inventory.xml",out);
	} catch (Exception e) {
	      out.println("Something bad happened!");
	}
%>
 
</body>
</html>
 
 
Personal tools