diff options
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libxmllib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index d8aa3ed..7a7c85d 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -27,7 +27,8 @@ Stop processing tags. Treat all following input as literal input \end{methoddesc} \begin{methoddesc}{setliteral}{} -Enter literal mode (CDATA mode). +Enter literal mode (CDATA mode). This mode is automatically exited +when the close tag matching the last unclosed open tag is encountered. \end{methoddesc} \begin{methoddesc}{feed}{data} |