From: William D. <wdo...@us...> - 2006-08-31 17:53:29
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22404 Modified Files: TODO Log Message: Update list to reflect recent changes and change requests. Index: TODO =================================================================== RCS file: /cvsroot/flexml/flexml/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- TODO 30 Aug 2001 00:36:10 -0000 1.1 +++ TODO 31 Aug 2006 17:53:25 -0000 1.2 @@ -1,7 +1,8 @@ -1. Make text buffer dynamically allocated. +1. Allow user to put stuff (e.g. #define YY_INPUT ...) into + initial %{ ... %} section of output .l file. 2. Rework scanner to get rid of *all* flex dummy rule fallbacks. 3. ID type attributes should be validated for uniqueness. 4. IDREF and IDREFS attributes should be validated. -5. ENTITY and ENTITIES attribute types should be supported. +5. ENTITY and ENTITIES attribute types should be validated. 6. The xml:spaces pragma attrbute should be supported. -7. Make the pcdata buffer act more like a traditional parser stack. + |