[cxml-cvs] CVS update: cxml/xml/sax-handler.lisp

Update of /project/cxml/cvsroot/cxml/xml In directory common-lisp.net:/tmp/cvs-serv31930/xml Modified Files: sax-handler.lisp Log Message: am dom rumgeschraubt und sax-defaults geaendert vielleicht teilweise verkehrt Date: Sun Dec 4 21:35:24 2005 Author: dlichteblau Index: cxml/xml/sax-handler.lisp diff -u cxml/xml/sax-handler.lisp:1.2 cxml/xml/sax-handler.lisp:1.3 --- cxml/xml/sax-handler.lisp:1.2 Sun Dec 4 19:44:05 2005 +++ cxml/xml/sax-handler.lisp Sun Dec 4 21:35:18 2005 @@ -94,7 +94,7 @@ related options.") ;; The http://xml.org/sax/features/namespace-prefixes property. -(defvar *include-xmlns-attributes* nil +(defvar *include-xmlns-attributes* t "If non-nil, namespace declarations are reported as normal attributes. @@ -104,7 +104,7 @@ See also `*use-xmlns-namespace*', and `start-element' for a detailed description of the consequences of setting this variable.") -(defvar *use-xmlns-namespace* nil +(defvar *use-xmlns-namespace* t "If this variable is nil (the default), attributes with a name like 'xmlns:x' are not considered to be in a namespace, following the 'Namespaces in XML' specification.
participants (1)
-
dlichteblau@common-lisp.net