This isn't exactly a good patch, but it's the best I can do in my hectic
schedule. The following changes need to be made in order to get
multi-select and single-select to work with the <f:index/> option.
Index: perform_html.xsl
===================================================================
RCS file: /home/cvsroot/scamp/html/scamp/stylesheets/perform_html.xsl,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 perform_html.xsl
72c72
< <select name="{@name|name}">
---
> <select name="{@name|name}{@index|index}">
79c79
< <select multiple="multiple" name="{@name|name}">
---
> <select multiple="multiple" name="{@name|name}{@index|index}">
--
-man
Michael A Nachbaur
The best way to predict the Future is to invent it.
PGP Public Key at http://www.nachbaur.com/pgpkey.asc
PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: A:X:PerForm perform_html.xsl patch Michael A Nachbaur
- Re: A:X:PerForm perform_html.xsl patch Matt Sergeant
