Subject: Re: Inserting an XSL variable as an HTML table row ID
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 21 Sep 2007 13:27:15 +0100
|
XSL files are XML files and XMl doesn't allow < inside an attribute
value.
<tr id="{$id}">
is probably what you are looking for.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|