mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(xml-parse-tag): The document may contain invalid characters.
From ShengHuo ZHU <zsh@cs.rochester.edu>
This commit is contained in:
parent
9652931f21
commit
1300e2720b
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
;; @(#) xml.el --- XML parser
|
||||
|
||||
;; Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Emmanuel Briot <briot@gnat.com>
|
||||
;; Maintainer: Emmanuel Briot <briot@gnat.com>
|
||||
|
|
@ -272,6 +272,8 @@ Returns one of:
|
|||
;; This was an invalid start tag
|
||||
(error "XML: Invalid attribute list")
|
||||
))))
|
||||
(t ;; This is not a tag.
|
||||
(error "XML: Invalid character."))
|
||||
))
|
||||
|
||||
(defun xml-parse-attlist (end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue