[cxml-cvs] CVS cxml/xml

dlichteblau dlichteblau at common-lisp.net
Sat Sep 9 10:06:17 UTC 2006


Update of /project/cxml/cvsroot/cxml/xml
In directory clnet:/tmp/cvs-serv13931

Modified Files:
	sax-handler.lisp 
Log Message:
typo in start-element docstring


--- /project/cxml/cvsroot/cxml/xml/sax-handler.lisp	2006/08/28 13:41:41	1.5
+++ /project/cxml/cvsroot/cxml/xml/sax-handler.lisp	2006/09/09 10:06:17	1.6
@@ -181,7 +181,7 @@
 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.")
+*include-xmlns-attributes* is non-nil.")
   (:method ((handler t) namespace-uri local-name qname attributes)
     (declare (ignore namespace-uri local-name qname attributes))
     nil))




More information about the Cxml-cvs mailing list