Subject: RE: Dynamically generating table
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 12 Sep 2001 17:18:53 +0100
|
> I have a requirement to build tables dynamically. So,
> I am using a msxsl:script function to create a table,
> but when when I call another function to get back the
> string of prepared table, what is sdisplayed is just a
> string of values(where as it is supposed to be
> displayed as HTML).
Your script code is returning a string that happens to have angle brackets
in it, there is no magic that means the calling stylesheet is going to
recognize this as XML or HTML.
I can't see why you want to use script here, you don't seem to be doing
anything that can't be done in XSLT.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|