Re: [xsl] unresolved problem using html

Subject: Re: [xsl] unresolved problem using html
From: longjohn <longjohn@xxxxxxxxxxxx>
Date: Wed, 15 May 2002 18:28:30 +0200
Thanks to all very much , but I'resolved the problem.
I call the xsl from a JSP page and I pass a variable called incl that contains "http://localhost/include.jsp?param1=....&param2=....";
Inside xsl I use <xsl:copy-of select="document($incl)"/>


include.jsp will make the SQL query (based on given parameters) to database and output the HTML string between
<xsl:template name="X">
and
</xsl:template>
(concateining strings of course!)


and ... IT RUNS!!!!!!!

If you don't understand something ask me.
BYE!


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



Current Thread