[Python-checkins] CVS: python/dist/src/Doc/lib xmlsaxutils.tex,1.2,1.3

Fred L. Drake fdrake@users.sourceforge.net
Fri, 10 Aug 2001 15:14:19 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25756/lib

Modified Files:
	xmlsaxutils.tex 
Log Message:

Add a note that the quoteattr() function is useful for HTML and SGML
attributes as well.


Index: xmlsaxutils.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxutils.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xmlsaxutils.tex	2001/07/19 16:10:14	1.2
--- xmlsaxutils.tex	2001/08/10 22:14:17	1.3
***************
*** 39,42 ****
--- 39,44 ----
  \end{verbatim}
  
+   This function is useful when generating attribute values for HTML or
+   any SGML using the reference concrete syntax.
    \versionadded{2.2}
  \end{funcdesc}