Right now the logging XMLFormatter class has some ugly
code for parsing stack back traces and formatting them
as XML.
This code is not portable and relies on Sun's backtrace format.
This code should be changed to use the new StackTraceElement
class introduced in JDK 1.4
graham.hamilton@Eng 2001-04-27