On Wed, Feb 16, 2011 at 1:40 AM, Liang Wang <[email protected]> wrote: > Hi all,
Hi, Liang! > I am new to this mail list. Hopefully my question is appropriate. > I have some trouble trying to log-in the following website: >> go https://www.traderydex.com/login/index.rails >> showforms > It didn't show all the fields -- especially "UserId" and "Password". >> fv 1 UserId guest > ERROR: no field matches "UserId" > Thanks for your help I am not sure but I would bet the problem is that this page is declared as XHTML 1.0 Transitional <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > but its content is in no way a valid XHTML document, as you can se here: http://validator.w3.org/check?uri=https%3A%2F%2Fwww.traderydex.com%2Flogin%2Findex.rails&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2 Maybe - just maybe - it is confusing the twill parser. Would it be possible to correct the code of the page? Good luck! -- Adam Victor Nazareth Brandizzi http://brandizzi.googlepages.com/ _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
