Re: [tclwebtest] XHTML doesn't allow name attributes for form tag
Status: Abandoned
Brought to you by:
tils
From: Vinod K. <vi...@ku...> - 2006-03-30 03:47:57
|
On 3/25/06, Tilmann Singer <ti...@ti...> wrote: > Fine, thanks! Committed to cvs. > Hi Til, Have you committed this yet? I cvs up'd but didn't see any changes yet. I forgot to update the documentation to reflect that ~n also searches the id attribute. Here is that patch: Index: tclwebtest.tcl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/tclwebtest/tclwebtest/lib/tclwebtest.tcl,v retrieving revision 1.73 diff -u -b -B -r1.73 tclwebtest.tcl --- tclwebtest.tcl 4 Jan 2006 16:50:11 -0000 1.73 +++ tclwebtest.tcl 30 Mar 2006 00:57:05 -0000 @@ -921,7 +921,7 @@ <code>~a</code> the form's <b>a</b>ction<br> <code>~m</code> <b>m</b>ethod - either get or post, in <b>lower case</b><br> - <code>~n</code> <b>n</b>ame of the form<br> + <code>~n</code> <b>n</b>ame of the form (also searches id attribute)<b= r> <code>~f</code> the <b>f</b>ull html source of the form<br> </blockquote> Returns the form as a list suitable for <code>array set</code>. Thanks, Vinod -- Vinod Kurup, MD vi...@ku... http://kurup.org |