RE: [xsl] Calling a vb.net function from an xsl style sheet

Subject: RE: [xsl] Calling a vb.net function from an xsl style sheet
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 28 Jun 2004 14:51:59 +0100
> 
> I am a newbie at XSL.  I am currently trying to implement a dropdown
> menu into an existing web application.  Some of my menu items redirect
> users to other pages, others perform specific functions.  The 
> problem I
> have is that I want to call an existing vb.net function that I have in
> my code behind file from the onclick() event of the menu option
> selected.  I know this can be done with javascript, but I'd really
> rather not have to rewrite my functions.  Has anyone ever done this?
> Any help is greatly appreciated.

First work out what HTML (including dynamic HTML) you want to generate. Then
work out what XSLT code is needed to generate it. Your problem seems to be
that you don't know what HTML you need to produce: that makes it an HTML
problem, not an XSLT problem. This list is for XSLT problems...

Michael Kay


Current Thread