Hi all,
        i am trying to write JSP in XML using custom JSP tags....but i am
experiencing lot of problems!
i am using tomcat 3.1 and xalan as a XSL Processor
i don't know how to write the JSP, since i always got back SAX Exception...

i am writint JSP like this

<mytag:xml>
<?xml version="1.0"?>
.....
</mytag:xml>

i am getting the body content of the tag, and give it with the XSLT
Processor along with the path of the XSL file (in file:// format)


if anyone has already done something like that, can u help me??

thanx in advance and regards
        marco

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to