Re: [xsl] jsp call

Subject: Re: [xsl] jsp call
From: "Robert S. Koberg" <rob@xxxxxxxxxx>
Date: Wed, 03 Jul 2002 08:54:53 -0700
Charly wrote:
Thanks Joerg,
But it brings the jsp as a text, what I need is to execute the jsp and get
the output on my page .
any idea ?

Hi,


you need to do:

<xsl:copy-of select="document('http://yoursite.com/svg.jsp')" />

best,
-Rob



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


Current Thread