Turn \input, \include, and \verbatiminput into XInclude elements instead

of something ad-hoc.
This commit is contained in:
Fred Drake 2001-09-27 15:49:23 +00:00
parent bf99017bbb
commit baacc08ead
2 changed files with 14 additions and 10 deletions

View file

@ -615,7 +615,7 @@ PARA_LEVEL_ELEMENTS = (
PARA_LEVEL_PRECEEDERS = (
"setindexsubitem", "author",
"stindex", "obindex", "COMMENT", "label", "input", "title",
"stindex", "obindex", "COMMENT", "label", "xi:include", "title",
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
"moduleauthor", "indexterm", "leader",
)