Overview ======== ChangeLogSaxDriver is a SAX driver for reading, well, ChangeLogs. Generated XML ============= A ChangeLog like this: --- snip --- 2004-11-22 Helge Hess * v4.5.97 * WOContext.m: move some categories into main class implementation * WORequestHandler.m: bind default logger to WODebuggingEnabled 2004-11-21 Helge Hess * WODirectActionRequestHandler.m: minor code cleanups (v4.5.96) --- snap --- gets tranformed into this: --- snip --- Helge Hess v4.5.97 WOContext.m: move some categories into main class implementation WORequestHandler.m: bind default logger to WODebuggingEnabled "Helge Hess" WODirectActionRequestHandler.m: minor code cleanups (v4.5.96) --- snap --- Notes ===== The generated date stamps follow the w3.org recommendation at http://www.w3.org/TR/NOTE-datetime. Specifically, this is the format described as "complete date plus hours, minutes and seconds", with timezone set to 'Zulu' (GMT). If the original format didn't contain timezone information, the resulting timezone is set to GMT. If the original format didn't contain time information, the resulting time information is set to 12:00:00.