- From: Bjoern Hoehrmann <bjoern@dev.w3.org>
- Date: Mon, 25 Oct 2004 21:26:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv26262
Modified Files:
check
Log Message:
new todo note
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- check 16 Oct 2004 20:51:40 -0000 1.349
+++ check 25 Oct 2004 21:26:10 -0000 1.350
@@ -894,6 +894,10 @@
$T->param(file_errors => &report_errors($File));
}
+ #
+ # todo: parsetree() is quite expensive for non-trivial documents, it
+ # should only be called if the user actually requested the parse tree.
+
$T->param(file_warnings => $File->{Warnings});
$T->param(file_outline => &outline($File));
$T->param(file_source => &source($File));
Received on Monday, 25 October 2004 21:26:13 UTC