]> granicus.if.org Git - python/commitdiff
Add a note that the quoteattr() function is useful for HTML and SGML
authorFred Drake <fdrake@acm.org>
Fri, 10 Aug 2001 22:14:17 +0000 (22:14 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 10 Aug 2001 22:14:17 +0000 (22:14 +0000)
attributes as well.

Doc/lib/xmlsaxutils.tex

index 004848523cb65edaca0e2af188dbb148476123f1..6ab8d4a705d70dc4b3eac14a37f6459891cdbd86 100644 (file)
@@ -38,6 +38,8 @@ either in direct use, or as base classes.
 <element attr="ab ' cd &quot; ef">
 \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}