[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.7,1.8

Fred L. Drake python-dev@python.org
Fri, 30 Jun 2000 23:26:48 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5002

Modified Files:
	conversion.xml 
Log Message:

Martin von Loewis <loewis@informatik.hu-berlin.de>:
Correct typo that caused a well-formedness failure.


Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** conversion.xml	2000/01/20 22:51:14	1.7
--- conversion.xml	2000/07/01 06:26:44	1.8
***************
*** 609,613 ****
    <!-- Conversions to text; perhaps could be different?  There's -->
    <!-- no way for a style sheet to work with these this way.	 -->
!   <macro name="ABC" outputname=""
      <text>ABC</text>
      </macro>
--- 609,613 ----
    <!-- Conversions to text; perhaps could be different?  There's -->
    <!-- no way for a style sheet to work with these this way.	 -->
!   <macro name="ABC" outputname="">
      <text>ABC</text>
      </macro>