/[emacs]/emacs/lisp/xml.el
ViewVC logotype

Diff of /emacs/lisp/xml.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.49 by rms, Tue Aug 9 02:52:15 2005 UTC
# Line 185  If PARSE-NS is non-nil, then QNAMES are Line 185  If PARSE-NS is non-nil, then QNAMES are
185    
186  (defvar xml-name-re)  (defvar xml-name-re)
187  (defvar xml-entity-value-re)  (defvar xml-entity-value-re)
188    (defvar xml-att-def-re)
189  (let* ((start-chars (concat "[:alpha:]:_"))  (let* ((start-chars (concat "[:alpha:]:_"))
190         (name-chars  (concat "-[:digit:]." start-chars))         (name-chars  (concat "-[:digit:]." start-chars))
191  ;;[3]           S          ::=          (#x20 | #x9 | #xD | #xA)+  ;;[3]           S          ::=          (#x20 | #x9 | #xD | #xA)+

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26