Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/xml
Sticky Revision: |
Revision 693 - Directory Listing
Modified Fri May 6 18:07:16 2011 UTC (13 years, 10 months ago) by amb
Ignore files generated by running 'make test'.
Revision 689 - Directory Listing
Modified Fri May 6 17:34:17 2011 UTC (13 years, 10 months ago) by amb
Remove false-positive test case (a bug in xmlparse.l previously flagged this as an error).
Revision 613 - Directory Listing
Modified Sat Jan 29 19:44:23 2011 UTC (14 years, 1 month ago) by amb
Make dependency filename based on object file name (fixes overwriting problem with slim versions).
Revision 591 - Directory Listing
Modified Wed Dec 29 11:07:10 2010 UTC (14 years, 2 months ago) by amb
Ignore the files auto-generated by compilation.
Revision 585 - Directory Listing
Modified Wed Dec 29 10:54:11 2010 UTC (14 years, 2 months ago) by amb
Added the uncontrolled (not auto-generated) files from routino-1.5.
Revision 577 - Directory Listing
Modified Wed Dec 29 10:25:14 2010 UTC (14 years, 2 months ago) by amb
Added the uncontrolled (not auto-generated) files from routino-1.4.
Revision 437 - Directory Listing
Modified Wed Jul 7 17:26:24 2010 UTC (14 years, 8 months ago) by amb
Stop message being printed when make runs.
Revision 424 - Directory Listing
Modified Mon May 31 14:43:45 2010 UTC (14 years, 9 months ago) by amb
Make sure that distclean really cleans up.
Revision 387 - Directory Listing
Modified Mon May 10 18:16:37 2010 UTC (14 years, 10 months ago) by amb
Running 'make test' now compiles everything first.
Revision 386 - Directory Listing
Modified Wed Apr 28 17:33:18 2010 UTC (14 years, 10 months ago) by amb
Delete zero length file if xsd-to-xmlparser fails.
Revision 384 - Directory Listing
Modified Wed Apr 28 17:26:23 2010 UTC (14 years, 10 months ago) by amb
Compile with _FILE_OFFSET_BITS=64 to get 64-bit fopen() and stat().
Revision 373 - Directory Listing
Modified Fri Apr 23 18:41:20 2010 UTC (14 years, 10 months ago) by amb
Pass the tag name to the tag function.
Revision 367 - Directory Listing
Modified Tue Apr 13 17:20:09 2010 UTC (14 years, 11 months ago) by amb
Name the tag variables and functions after the XSD data type and not the tag name that uses it.
Revision 366 - Directory Listing
Modified Mon Apr 12 17:33:52 2010 UTC (14 years, 11 months ago) by amb
Change the last parameter to the ParseXML function to be general options.
Revision 363 - Directory Listing
Modified Sun Apr 11 13:01:38 2010 UTC (14 years, 11 months ago) by amb
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 357 - Directory Listing
Modified Thu Apr 8 17:24:34 2010 UTC (14 years, 11 months ago) by amb
Fix test program generation and running.
Revision 355 - Directory Listing
Modified Thu Apr 8 17:21:06 2010 UTC (14 years, 11 months ago) by amb
Make the strings const and add the number of attributes to the xmltag structure.
Revision 352 - Directory Listing
Modified Tue Apr 6 18:48:41 2010 UTC (14 years, 11 months ago) by amb
Don't print anything for attributes that are not set.
Revision 350 - Directory Listing
Modified Sun Apr 4 14:31:00 2010 UTC (14 years, 11 months ago) by amb
Add some XML parsing test cases.
Revision 349 - Directory Listing
Modified Sun Apr 4 14:30:44 2010 UTC (14 years, 11 months ago) by amb
Rename the XML handling function.
Revision 344 - Directory Listing
Modified Wed Mar 31 17:19:22 2010 UTC (14 years, 11 months ago) by amb
Call the XML tag functions for the end tags as well as the start tags.
Revision 339 - Directory Listing
Modified Mon Mar 29 18:17:20 2010 UTC (14 years, 11 months ago) by amb
Add the option to ignore unknown attributes. Print out the skeleton file using static functions and variables.
Revision 338 - Directory Listing
Modified Mon Mar 29 18:16:35 2010 UTC (14 years, 11 months ago) by amb
Keep the intermediate files.
Revision 334 - Directory Listing
Added Sun Mar 28 15:27:05 2010 UTC (14 years, 11 months ago) by amb
Initial revision