diff options
author | Lars Thorsen <[email protected]> | 2011-12-22 11:06:02 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2012-03-28 11:04:34 +0200 |
commit | 1462a9e217ae246bc4fe4dfca8c65e858f2572f6 (patch) | |
tree | 1c760d76a528bce5bcd5158d813e5e26c55b353e /lib/xmerl/doc | |
parent | effdfdc5a7a2d70ea4ce34ce446c9490f424f2d7 (diff) | |
download | otp-1462a9e217ae246bc4fe4dfca8c65e858f2572f6.tar.gz otp-1462a9e217ae246bc4fe4dfca8c65e858f2572f6.tar.bz2 otp-1462a9e217ae246bc4fe4dfca8c65e858f2572f6.zip |
[xmerl] Fix error message and documentation bug
Diffstat (limited to 'lib/xmerl/doc')
-rw-r--r-- | lib/xmerl/doc/src/xmerl_sax_parser.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/xmerl/doc/src/xmerl_sax_parser.xml b/lib/xmerl/doc/src/xmerl_sax_parser.xml index 972023622e..eb22711a75 100644 --- a/lib/xmerl/doc/src/xmerl_sax_parser.xml +++ b/lib/xmerl/doc/src/xmerl_sax_parser.xml @@ -206,10 +206,15 @@ Report the end of a CDATA section. </item> - <tag><c>startDTD</c></tag> + <tag><c>{startDTD, Name, PublicId, SystemId}</c></tag> <item> Report the start of DTD declarations, it's reporting the start of the DOCTYPE declaration. If the document has no DOCTYPE declaration, this event will not be sent. + <list> + <item><c>Name = string()</c></item> + <item><c>PublicId = string()</c></item> + <item><c>SystemId = string()</c></item> + </list> </item> <tag><c>endDTD</c></tag> |