Re: [xsl] JSP - XSL Question

Subject: Re: [xsl] JSP - XSL Question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 5 Oct 2001 09:43:23 +0100
T
> he xsl will not allow the above syntax required by the jsp
> An attempt to use the following:

Probably becaue you have specified the xml output method (or are
getting that as the default).

<col:colheader colorder="<%=coldata%>"/>

is not XML. It is a fatal error to have a < in an XML attribute.

I think jsp does have an alternative syntax that is XML compliant,
otherwise just put something else at that position like %%%less%%%
and then use sed or perl or a text editor to replace %%%less%%% by <%
after the XSLT transform has finished.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread