I have an xsl file that outputs html. What is the proper way to include inline vb scripting?
For example, when not working in xsl, I would typically do something like this:
I've been playing around with escaping and such, but I can't quite get my finger on the way to do this within xsl.
Kate
[small]"Forever dork"[/small]
For example, when not working in xsl, I would typically do something like this:
Code:
<%
dim myVar = 'frak'
%>
<span><%= myVar%></span>
I've been playing around with escaping and such, but I can't quite get my finger on the way to do this within xsl.
Kate
[small]"Forever dork"[/small]