<%@page language="java" %> <%@taglib uri="http://jakarta.apache.org/taglibs/xsl-1.0" prefix="xsltlib" %> <html> <head> <title>Consumables example</title> </head> <body> <xsltlib:apply xml="/xml.processing/consumables.xml" xsl="/xml.processing/consumables.xsl" /> </body> </html>