[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: JSP includes in XSLT

Subject: RE: JSP includes in XSLT
From: sara.mitchell@xxxxxxxxx
Date: Fri, 12 Jul 2002 12:46:56 -0400
xsl jsp include
Unfortunately, <jsp:include> is interpreted
differently than <% include %> (or at least 
that was what I was told by JSP folks). The 
<% %> version is a compile-time include but 
<jsp:include> is run-time, so there are 
performance issues with using the xml syntax. 

Sara

> -----Original Message-----
> From: Guy McArthur [mailto:guym@xxxxxxxxxxxxxxx]
> Sent: Thursday, July 11, 2002 5:33 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  JSP includes in XSLT
> 
> 
> 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
> 

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.