--- parser3/operators.ru.txt 2002/11/26 09:02:14 1.101 +++ parser3/operators.ru.txt 2002/11/29 12:15:06 1.104 @@ -571,6 +571,7 @@ Xhashfile !$image.exif.DateTime & co [полный список см. http://www.ba.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html] !числа типа int/double, + !даты типа date !перечисления в виде hash с ключами 0..count-1 !$картинка.src .width .height !$картинка.line-width число=ширина линий @@ -943,8 +944,9 @@ xdoc(xnode) !$.method[GET|HEAD] !$.timeout(3) << в секундах, по-умолчанию =2 !$.headers[ - ! $поле[значение] << по-умолчанию, user-agent=parser3 + ! $поле[значение] << значение имеет формат, как $response:ЗАГОЛОВОК !] + !по-умолчанию, user-agent=parser3 !file::load в дополнительные поля записывает ПОЛЕ:значение (имена полей ответа заглавными буквами) !системные типы ошибок: @@ -970,6 +972,7 @@ xdoc(xnode) !email.send $MAIL.sendmail[/shit] sendmail not executable !http.host ^file::load[http://notfound/there] host not found !http.connect ^file::load[http://not_accepting/there] host found, but do not accept connections + !http.timeout ^file::load[http://host/doc] whole load operation failed to complete in # seconds !http.response ^file::load[http://ok/there] host found, connection accepted, bad answer !http.status ^file::load[http://ok/there] host found, connection accepted, status!=200