From baacc08ead3427721a59990de19785f0fbba4a50 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 27 Sep 2001 15:49:23 +0000 Subject: [PATCH] Turn \input, \include, and \verbatiminput into XInclude elements instead of something ad-hoc. --- Doc/tools/sgmlconv/conversion.xml | 22 +++++++++++++--------- Doc/tools/sgmlconv/docfixer.py | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index c2f9f0d9200e..20acdf36c145 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -184,7 +184,7 @@ - + @@ -279,11 +279,11 @@ - - + + - - + + @@ -300,7 +300,11 @@ endcloses="chapter chapter* section section* subsection subsection* subsubsection subsubsection* - paragraph paragraph* subparagraph subparagraph*"/> + paragraph paragraph* subparagraph + subparagraph*"> + http://www.w3.org/2001/XInclude + visible - - yes - + + text + diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py index 867ec5073a4c..c1ea9707742a 100755 --- a/Doc/tools/sgmlconv/docfixer.py +++ b/Doc/tools/sgmlconv/docfixer.py @@ -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", ) -- 2.47.3