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]

RE: Dynamically generating table


> 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


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