; An example of using the SSAX library: a permissive HTML parser ; ; IMPORT ; The following is a Bigloo-specific module declaration. ; Other Scheme systems have something similar. ; (module permissive-HTML-parser ; (include "myenv-bigloo.scm") ; (include "srfi-13-local.scm") ; or import from SRFI-13 if available ; (include "char-encoding.scm") ; (include "util.scm") ; (include "look-for-str.scm") ; (include "input-parse.scm") ; (include "SSAX-code.scm")) ; ; $Id: html-parser.scm,v 1.4 2003/04/09 21:27:52 oleg Exp $ ; To satisfy SSAX imports (define parser-error error) (define ssax:warn cerr) (define doc " whatever link