|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] javascript for loop inside xsl template
I was wondering if anybody could tell how to write a
javascript for loop inside an xsl template.
<xsl:template match="principle">
for (intIndex = 1; intIndex < dependentObjectArray.length;
intIndex++)
{
if ( dependentObjectArray[intIndex].value == intValue )
{
dependentObjectArray[intIndex].disabled = true;
}
else
{
dependentObjectArray[intIndex].disabled = false;
}
}
</xsl:template>
It's blowing up on < in the for loop condition.
________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








