This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unresolved problem using html


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]