fpc/packages/fcl-xml
2012-03-03 12:26:52 +00:00
..
src * fcl-xml, making progress with streaming API, moved DOM-dependent stuff from TXMLTextReader to the TLoader helper object. Now TXMLTextReader class is almost free from direct DOM dependencies (indirect ones like TDOMParser are still present, also entity handling is still intertwined too closely). 2012-03-03 12:26:52 +00:00
tests * fcl-xml testing suite, working around excessive string conversions by using new method assertEqualsW to compare wide strings. Since TTestCase.assertEquals method already exists with ansistring arguments, and its first argument is a literal in most cases, overloading does not help here. 2012-02-29 09:28:03 +00:00
fpmake.pp + fcl-xml, added unit xmlreader.pp (abstract base for streamed reading) 2012-02-27 11:02:34 +00:00
Makefile
Makefile.fpc
Makefile.fpc.fpcmake