From: Fred Drake Date: Thu, 27 Sep 2001 15:49:23 +0000 (+0000) Subject: Turn \input, \include, and \verbatiminput into XInclude elements instead X-Git-Tag: v2.2.1c1~1583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baacc08ead3427721a59990de19785f0fbba4a50;p=python Turn \input, \include, and \verbatiminput into XInclude elements instead of something ad-hoc. --- diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index c2f9f0d920..20acdf36c1 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 867ec5073a..c1ea970774 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", )