/[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.9 by monnier, Fri Dec 14 22:12:30 2001 UTC revision 1.10 by zsh, Tue Mar 5 21:44:01 2002 UTC
# Line 288  Leaves the point on the first non-blank Line 288  Leaves the point on the first non-blank
288    
289        ;; Do we have a string between quotes (or double-quotes),        ;; Do we have a string between quotes (or double-quotes),
290        ;;  or a simple word ?        ;;  or a simple word ?
291        (unless (looking-at "\"\\([^\"]+\\)\"")        (unless (looking-at "\"\\([^\"]*\\)\"")
292          (unless (looking-at "'\\([^']+\\)'")          (unless (looking-at "'\\([^']*\\)'")
293            (error "XML: Attribute values must be given between quotes")))            (error "XML: Attribute values must be given between quotes")))
294    
295        ;; Each attribute must be unique within a given element        ;; Each attribute must be unique within a given element

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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