[ZPT] CVS: Packages/TAL - README.txt:1.4
guido@digicool.com
guido@digicool.com
Tue, 20 Mar 2001 18:05:13 -0500 (EST)
Update of /cvs-repository/Packages/TAL
In directory korak:/tmp/cvs-serv12776
Modified Files:
README.txt
Log Message:
Update the TODO list.
--- Updated File README.txt in package Packages/TAL --
--- README.txt 2001/03/19 17:18:18 1.3
+++ README.txt 2001/03/20 23:05:12 1.4
@@ -75,8 +75,13 @@
TO DO
-----
-- Implement on-error, when it's approved.
+- Implement on-error. Assume that the evaluation engine's evaluate()
+ functions raise TALESError (defined where???) on all exceptions.
+- Bring DummyEngine.py up to specs.
+
+- Disallow TAL on start-tags whose end-tag is implied.
+
- The call to emitSubstitution() in emitEndElement() for "replace"
doesn't pass in anything for attrDict.
@@ -89,17 +94,9 @@
- Incorporate line number and offset information into remaining
compile-time exceptions.
-- Incorporate line number and offset information into run-time
- exceptions, including those raised by eval() of "python:..."
- expressions. (But how? Can we just stick lineno, offset attributes
- on existing exceptions?)
-
-- HTMLTALParser.py and TALParser.py are silly names too. Should be
+- HTMLTALParser.py and TALParser.py are silly names. Should be
HTMLTALCompiler.py and XMLTALCompiler.py (or maybe shortened,
without "TAL"?)
-
-- The HTML parser should complain about garbage in start elements
- attributes, e.g. <a href="foo" !@#$%>.
- The HTML TAL compiler should preserve more information about the
start element, e.g. <img ismap /> should be output like that, not as