[ZPT] CVS: Packages/TAL - README.txt:1.17
guido@digicool.com
guido@digicool.com
Mon, 9 Apr 2001 23:00:13 -0400 (EDT)
Update of /cvs-repository/Packages/TAL
In directory korak:/tmp/cvs-serv21819
Modified Files:
README.txt
Log Message:
Update TO DO list. Removed an item that was done, add two items from
the tracker.
--- Updated File README.txt in package Packages/TAL --
--- README.txt 2001/04/07 19:25:03 1.16
+++ README.txt 2001/04/10 03:00:12 1.17
@@ -79,15 +79,17 @@
TO DO
-----
+(See also http://www.zope.org/Members/jim/ZPTIssueTracker .)
+
+- Need to remove leading whitespace and newline when omitting an
+ element (either through tal:replace with a value of nothing or
+ tal:condition with a false condition).
+
+- Empty TAL/METAL attributes are ignored: tal:replace="" is ignored
+ rather than causing an error.
+
- HTMLTALParser.py and TALParser.py are silly names. Should be
HTMLTALCompiler.py and XMLTALCompiler.py (or maybe shortened,
without "TAL"?)
- Should we preserve case of tags and attribute names in HTML?
-
-- The implementation of insertStructure is very heavy-handed, and
- maybe should be simplified (possibly all it should do is not to
- escape <, > and &). It's also possible that the combination of
- tal:replace and tal:attributes should not be required to do
- attribute replacement on the inserted text -- this would require a
- change to the TAL spec though.