Re: [xsl] JSP includes in XSLT

Subject: Re: [xsl] JSP includes in XSLT
From: Guy McArthur <guym@xxxxxxxxxxxxxxx>
Date: Thu, 11 Jul 2002 17:33:29 -0700 (MST)
An option is to output the xml syntax for jsp 1.1/1.2:
 
E.g.
 
<?xml version="1.0"?>
<?xsl-stylesheet href="default.xsl"?>
<jsp:root xmlns:jsp="http://java.sun.com/products/jsp/dtd/jsp_1_0.dtd";>
    <jsp:directive.page import="java.io.*, java.util.*"/>
 
...and so on... it is interpreted just like normal jsp.
 
--
Guy McArthur * email{guym@xxxxxxxxxxx} http{guymcarthur.com}      


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread