Menu

#8 predefined entities for XML

open
nobody
None
5
2004-08-27
2004-08-27
Paul Krause
No

(defun sgml-make-entity-table ()
(if sgml-xml-p
(sgml-make-xml-entity-table)
(list nil)))

(defun sgml-make-xml-entity-table ()
"Includes all predefined entities from section 4.6 of
XML spec."
'(nil ("amp" text "&" nil)
("lt" text "<" nil)
("gt" text ">" nil)
("quot" text """ nil)
("apos" text "'" nil)))

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.