Index: sax-handler.lisp =================================================================== RCS file: /project/cxml/cvsroot/cxml/xml/sax-handler.lisp,v retrieving revision 1.5 diff -p -u -r1.5 sax-handler.lisp --- sax-handler.lisp 28 Aug 2006 13:41:41 -0000 1.5 +++ sax-handler.lisp 9 Sep 2006 09:12:27 -0000 @@ -11,15 +11,15 @@ ;;; Redistribution and use in source and binary forms, with or without ;;; modification, are permitted provided that the following conditions are -;;; met: -;;; +;;; met: +;;; ;;; 1. Redistributions of source code must retain the above copyright -;;; notice, this list of conditions and the following disclaimer. -;;; +;;; notice, this list of conditions and the following disclaimer. +;;; ;;; 2. Redistributions in binary form must reproduce the above copyright ;;; notice, this list of conditions and the following disclaimer in the ;;; documentation and/or other materials provided with the distribution -;;; +;;; ;;; THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED ;;; WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ;;; MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. @@ -60,7 +60,7 @@ #:attribute-qname #:attribute-value #:attribute-specified-p - + #:start-document #:start-prefix-mapping #:start-element @@ -181,7 +181,7 @@ of the `attribute' structure class. The local-name properties, the same rules as for the element name apply. Additionally, namespace-declaring attributes (those whose name is \"xmlns\" or starts with \"xmlns:\") are only included if -*namespace-prefixes* is non-nil.") +sax:*namespace-processing* is non-nil.") (:method ((handler t) namespace-uri local-name qname attributes) (declare (ignore namespace-uri local-name qname attributes)) nil))