Does anyone know about the taglib uri when we try to access xml using jsp as server side object .
 
<%@ taglib uri="..." prefix="tl" %>
<html>
<tl:parse id="customer" type="Customer"
   xml="XML_Customer_URL"/>
<tl:parse id="saleBooks" type="BookInventory"
   xml="XML_Book_Inventory_URL"/>
 
 
and taglib for accessing xsl specified does not work as it is unable to to identify xsl-1.0
 <%@taglib uri="http://jakarta.apache.org/taglibs/xsl-1.0"
    prefix="xsltlib" %>
Pls specify uri 's for both 
Thanks in advance
Janesh

Reply via email to