From: Arnaud L. <leg...@us...> - 2006-03-21 17:03:46
|
Update of /cvsroot/flexml/flexml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26621 Modified Files: skel Log Message: Make flexml work with the current flex (2.5.33) that seem to dislike ]] in the comments. Index: skel =================================================================== RCS file: /cvsroot/flexml/flexml/skel,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- skel 21 Mar 2006 08:24:12 -0000 1.27 +++ skel 21 Mar 2006 12:04:13 -0000 1.28 @@ -157,7 +157,7 @@ * INPI inside an XML PI <?...?> * VALUE1 inside a '...'-delimited literal * VALUE2 inside a "..."-delimited literal - * CDATA inside a <![CDATA[...]]> section. + * CDATA inside a <![CDATA[...] ]> section. * ROOT_<tag> expect root element <tag> * AL_<tag> inside the attribute list for <tag> * IN_<tag> inside a <tag> with element contents (ready for end tag) |