From: Wolfgang M. M. <wol...@us...> - 2004-04-01 14:18:17
|
Update of /cvsroot/exist/eXist-1.0/webapp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22171/webapp Added Files: test.jsp Log Message: added jsp taglib to web.xml --- NEW FILE: test.jsp --- <%@ taglib uri="http://exist-db.org/exist" prefix="e" %> <html> <head> <title>JSP Test</title> </head> <body> <e:collection var="c" uri="xmldb:exist:///db"/> <p>Collection: <%= c.getName() %>.</p> </body> </html> |