Add fixme
Fri Nov 20 13:09:18 UTC 2009 pix@kepibu.org
* Add fixme
diff -rN -u old-Oh, Ducks!/templates.lisp new-Oh, Ducks!/templates.lisp
--- old-Oh, Ducks!/templates.lisp 2015-11-29 02:06:50.000000000 +0000
+++ new-Oh, Ducks!/templates.lisp 2015-11-29 02:06:50.000000000 +0000
@@ -5,6 +5,10 @@
(specifiers :reader specifiers) ;; list of (specifier . variable) and (specifier . template)
))
+;; FIXME: split html-template and xml-template into the cxml/chtml stuff; then,
+;; split dom-template into dom-html-template and dom-xml-template.
+;; Actually, just ditch the subtypes entirely, and build new objects with
+;; a specified handler type.
(defclass xml-template (css-selector-template) ()) ;; parses xml
(defclass html-template (css-selector-template) ()) ;; parses html