commit | 1cf0f1751f32ba4bcc90704b0723b674331d3fd3 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Aug 10 22:14:17 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Aug 10 22:14:17 2001 +0000 |
tree | 4e7d6e647a366ddbe88b44351a13cfa9e9080467 | |
parent | b857ba261fc468d956e350f51469efd7d5773da2 [diff] [blame] |
Add a note that the quoteattr() function is useful for HTML and SGML attributes as well.
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 @@ <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}