]> err.no Git - sope/blob - Recycler/CFXMLSaxDriver/ChangeLog
renamed packages as discussed in the developer list
[sope] / Recycler / CFXMLSaxDriver / ChangeLog
1 2004-04-13  Helge Hess  <helge.hess@opengroupware.org>
2
3         * CFXMLSaxDriver.m: do not dump core if the contentHandler callback
4           doesn't implement a proper character selector or if no contentHandler
5           is set
6
7 2004-02-27  Helge Hess  <helge.hess@opengroupware.org>
8
9         * CFXMLSaxDriver.m: major fix to namespace processing (was not able to
10           properly parse .wox templates before)
11
12 2003-09-06  Helge Hess  <helge.hess@skyrix.com>
13
14         * CFXMLSaxDriver.m: fixed warnings on invalid prototypes for error
15           reporting and entity resolution CFXML callbacks (at least the entity
16           callback was completely wrong)
17         
18 2003-05-29  Helge Hess  <helge.hess@skyrix.com>
19
20         * CFXMLSaxDriver.m (-handleAttributesOfNode:nsdecls:defaultPrefix:): 
21           fixed a namespace processing bug, attributes did not inherit the 
22           namespace of their element as their default namespace
23
24         * created ChangeLog