sope/sope-xml
Roland Illig f65084a8c5
Fix usage of <ctype.h> functions
These functions must not be called with negative integers, except for EOF.

libxmlHTMLSAXDriver.m:784:9: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
libxmlHTMLSAXDriver.m:797:49: error: array subscript is of type 'char' [-Werror,-Wchar-subscripts]
2020-05-31 16:31:29 +02:00
..
ChangeLogSaxDriver See ChangeLog 2010-07-29 18:27:44 +00:00
DOM Stage 1 of clang complier warning patches. These are mostly fixes for data type and casting inconsistencies. Also some string formatting fixes. 2015-10-21 11:15:28 +08:00
STXSaxDriver Fix for bug #2736 2014-06-16 15:32:22 -04:00
SaxObjC Stage 2 of clang compiler warning patches. Function declaration syntax fixes. 2015-10-24 12:38:41 +08:00
XmlRpc Stage 1 of clang complier warning patches. These are mostly fixes for data type and casting inconsistencies. Also some string formatting fixes. 2015-10-21 11:15:28 +08:00
libxmlSAXDriver Fix usage of <ctype.h> functions 2020-05-31 16:31:29 +02:00
pyxSAXDriver we do not need to specify the objc runtime library on Windows as GNUstep Make would take care of that 2012-10-18 01:14:15 -04:00
COPYING Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
COPYRIGHT Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
ChangeLog Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
GNUmakefile Dropped samples target from makefiles 2010-07-29 18:50:10 +00:00
README Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
README-OSX.txt Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
TODO Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
Version Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
common.make See ChangeLog 2010-07-29 17:45:00 +00:00
dummy.c Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00
umbrella.make Added SOPE (r1664) to Inverse's monotone repo. 2010-07-29 17:27:45 +00:00

README

SKYRiX Libraries for XML Processing
===================================

This directory contains libraries for processing XML files and other tagged
file formats like HTML, iCalendar, PYX or STX using Objective-C.

For more information, please follow up on the webpage:
  http://www.opengroupware.org/en/devs/sope/skyrix_xml/