From 1cf0f1751f32ba4bcc90704b0723b674331d3fd3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 10 Aug 2001 22:14:17 +0000 Subject: Add a note that the quoteattr() function is useful for HTML and SGML attributes as well. --- Doc/lib/xmlsaxutils.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/xmlsaxutils.tex b/Doc/lib/xmlsaxutils.tex index 0048485..6ab8d4a 100644 --- a/Doc/lib/xmlsaxutils.tex +++ b/Doc/lib/xmlsaxutils.tex @@ -38,6 +38,8 @@ either in direct use, or as base classes. \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} -- cgit v0.12