Update of /cvsroot/phpwebapp/web_app/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10685/doc
Modified Files:
to_do.txt
Log Message:
Index: to_do.txt
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/doc/to_do.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** to_do.txt 21 Jul 2004 17:04:31 -0000 1.8
--- to_do.txt 22 Jul 2004 09:41:25 -0000 1.9
***************
*** 2,7 ****
- Use the new framework with the other web applications
(top10, smewapp, ilar, kushtetuta, doc-book, etc.)
! in order to test the new parser (and the XHTML
! conversion tool(s)).
- Fix some bugs in the documentation application and improve its
--- 2,6 ----
- Use the new framework with the other web applications
(top10, smewapp, ilar, kushtetuta, doc-book, etc.)
! in order to test the new parser (and the conversion tool).
- Fix some bugs in the documentation application and improve its
***************
*** 30,33 ****
--- 29,37 ----
2 - Replace 'not-equal operator' <> by !=, in the condition of <If>
elements: <If condition="'{{CurrPage}}'<>'{{PrevPage}}'">
+ If there is any 'smaller-than' operator < in attribute values,
+ replace it by &lt;. If it is in the contents of an element
+ (e.g. in the contents of a <Query> element), then either replace
+ it by < or enclose the query inside <![CDATA[...]]>, like
+ this: <Query><![CDATA[ . . . ]]></Query>
3 - Replace the old usage of 'checked' in checkboxes with the new
|