You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Janesh Vasudeva <jv...@asapsolutions.com> on 2001/06/18 09:07:30 UTC

Xml with Jsp on cocoon

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