Anyone here using the JRUN custom tags?
I'm trying to use the XSLT custom tag to parse my XML on the server but it
won't work.
Here's what I've done as a test:
I've tried this about a million different configs of the same thing ... but
according to what I've read in the JRun docs and what I know about XML
there's no reason this shouldn't work ... that I am aware of:
<%@ taglib uri="jruntags" prefix="jrun" %>
<jrun:xslt xsl="resources.xsl" >
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<resource>...blah blah blah ...</resource>
<resource>...blah blah blah ...</resource>
</resources>
</jrun:xslt>
Could someone please tell me what I am missing? Otherwise is there another
option someone could point me to?
Thanks!
Neal
===========================================================================
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