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: JSP - XSL Question


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


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