XMLTangle - Literate Programming in XML | ||
---|---|---|
<<< Previous | Next >>> |
This program does little error-checking anywhere, and is one of the main improvements needed. Therefore, the error handling class is equally short.
Class to handle SAX error conditions = class LiterateErrorHandler: def error(self, exception): pass def warning(self, exception): pass def fatalError(self, exception): pass |
<<< Previous | Home | Next >>> |
The Literate Document Handler | Future Developments |