diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-10 22:14:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-10 22:14:17 (GMT) |
commit | 1cf0f1751f32ba4bcc90704b0723b674331d3fd3 (patch) | |
tree | 4e7d6e647a366ddbe88b44351a13cfa9e9080467 /Doc/lib/xmlsaxutils.tex | |
parent | b857ba261fc468d956e350f51469efd7d5773da2 (diff) | |
download | cpython-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.tex | 2 |
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 " 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} |