summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmlsaxutils.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-10 22:14:17 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-10 22:14:17 (GMT)
commit1cf0f1751f32ba4bcc90704b0723b674331d3fd3 (patch)
tree4e7d6e647a366ddbe88b44351a13cfa9e9080467 /Doc/lib/xmlsaxutils.tex
parentb857ba261fc468d956e350f51469efd7d5773da2 (diff)
downloadcpython-1cf0f1751f32ba4bcc90704b0723b674331d3fd3.zip
cpython-1cf0f1751f32ba4bcc90704b0723b674331d3fd3.tar.gz
cpython-1cf0f1751f32ba4bcc90704b0723b674331d3fd3.tar.bz2
Add a note that the quoteattr() function is useful for HTML and SGML
attributes as well.
Diffstat (limited to 'Doc/lib/xmlsaxutils.tex')
-rw-r--r--Doc/lib/xmlsaxutils.tex2
1 files changed, 2 insertions, 0 deletions
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.
<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}