Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/xmlparse.l
Parent Directory
|
Revision Log
Sticky Revision: |
Revision 787 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 18 10:44:05 2011 UTC (13 years, 9 months ago) by amb
File length: 26925 byte(s)
Diff to previous 773
Use flex %options instead of #defines, force clean compilation with C99.
Revision 773 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 4 18:48:11 2011 UTC (13 years, 9 months ago) by amb
File length: 27004 byte(s)
Diff to previous 662
The XMLPARSE_ASSERT_(INTEGER|FLOATING) functions now don't return the converted type.
Revision 662 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 20 16:37:15 2011 UTC (14 years ago) by amb
File length: 27257 byte(s)
Diff to previous 509
Ensure that UTF-8 is used internally when reading in a numeric entity.
Revision 509 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 9 11:05:28 2010 UTC (14 years, 5 months ago) by amb
File length: 26247 byte(s)
Diff to previous 487
Ensure that comparisons are made with unsigned chars.
Revision 487 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 15 10:14:59 2010 UTC (14 years, 6 months ago) by amb
File length: 26217 byte(s)
Diff to previous 483
Fix last change to make UTF-8 parsing more strict, also added strict conversion to XML-safe character references.
Revision 483 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 14 17:50:23 2010 UTC (14 years, 6 months ago) by amb
File length: 24268 byte(s)
Diff to previous 404
Stricter checking on XML data (Unicode).
Revision 404 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 25 18:24:20 2010 UTC (14 years, 9 months ago) by amb
File length: 23797 byte(s)
Diff to previous 401
Fix bug with encoding XML strings.
Revision 401 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 23 10:18:59 2010 UTC (14 years, 9 months ago) by amb
File length: 23795 byte(s)
Diff to previous 396
Fix some memory leaks.
Revision 396 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 18 18:39:22 2010 UTC (14 years, 10 months ago) by amb
File length: 23764 byte(s)
Diff to previous 389
Handle floating point numbers in scientific notation.
Revision 389 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 14 17:55:56 2010 UTC (14 years, 10 months ago) by amb
File length: 23630 byte(s)
Diff to previous 388
Allow empty strings to be returned.
Revision 388 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 10 18:17:04 2010 UTC (14 years, 10 months ago) by amb
File length: 23600 byte(s)
Diff to previous 377
The line number is now a long integer.
Revision 377 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 24 15:49:03 2010 UTC (14 years, 10 months ago) by amb
File length: 23580 byte(s)
Diff to previous 374
Changed functions from const.
Revision 374 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 24 12:42:03 2010 UTC (14 years, 10 months ago) by amb
File length: 23609 byte(s)
Diff to previous 373
Add an option to not convert the XML strings into decoded representations (saves converting them back later for the translated strings).
Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 23 18:41:20 2010 UTC (14 years, 10 months ago) by amb
File length: 23095 byte(s)
Diff to previous 368
Pass the tag name to the tag function.
Revision 368 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 22 17:53:42 2010 UTC (14 years, 10 months ago) by amb
File length: 23009 byte(s)
Diff to previous 366
Restart properly so that a different file can be read.
Revision 366 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 12 17:33:52 2010 UTC (14 years, 11 months ago) by amb
File length: 23050 byte(s)
Diff to previous 363
Change the last parameter to the ParseXML function to be general options.
Revision 363 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 11 13:01:38 2010 UTC (14 years, 11 months ago) by amb
File length: 22955 byte(s)
Diff to previous 356
Added helper functions for parsing strings into numbers. Added macros to perform common error checking. Change XML parser callback functions to return an error status.
Revision 356 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 8 17:21:45 2010 UTC (14 years, 11 months ago) by amb
File length: 21569 byte(s)
Diff to previous 351
Make the strings const and add the number of attributes to the xmltag structure. Add functions to convert character entities and character references.
Revision 351 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 6 18:48:07 2010 UTC (14 years, 11 months ago) by amb
File length: 17358 byte(s)
Diff to previous 348
Change error message for bad character in a quoted string. Make sure attribute values are cleared before calling tag function (for end-tags).
Revision 348 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 4 14:29:34 2010 UTC (14 years, 11 months ago) by amb
File length: 16937 byte(s)
Diff to previous 344
Added error checking.
Revision 344 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 31 17:19:22 2010 UTC (14 years, 11 months ago) by amb
File length: 11597 byte(s)
Diff to previous 337
Call the XML tag functions for the end tags as well as the start tags.
Revision 337 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 29 18:13:20 2010 UTC (14 years, 11 months ago) by amb
File length: 11249 byte(s)
Diff to previous 334
Add the option to ignore unknown attributes.
Revision 334 - (view) (download) (annotate) - [select for diffs]
Added Sun Mar 28 15:27:05 2010 UTC (14 years, 11 months ago) by amb
File length: 10814 byte(s)
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.