rng-nxml-easy-menu
rng-nxml-easy-menu is a variable defined in `
rng-nxml.el
'.
Its value is shown
below.
Documentation:
Not documented as a variable.
Value:
("XML"
["Show Outline Only" nxml-hide-all-text-content]
["Show Everything" nxml-show-all]
"---"
["Validation" rng-validate-mode :style toggle :selected rng-validate-mode]
"---"
("Set Schema"
["Automatically" rng-auto-set-schema]
("For Document Type" :filter
(lambda
(menu)
(mapcar
(lambda
(type-id)
(vector type-id
(list 'rng-set-document-type type-id)))
(rng-possible-type-ids))))
["Any Well-Formed XML" rng-set-vacuous-schema]
["File..." rng-set-schema-file])
["Show Schema Location" rng-what-schema]
["Save Schema Location" rng-save-schema-location :help "Save the location of the schema currently being used for this buffer"]
"---"
["First Error" rng-first-error :active rng-validate-mode]
["Next Error" rng-next-error :active rng-validate-mode]
"---"
["Customize nXML"
(customize-group 'nxml)])