From 1462a9e217ae246bc4fe4dfca8c65e858f2572f6 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Thu, 22 Dec 2011 11:06:02 +0100 Subject: [xmerl] Fix error message and documentation bug --- lib/xmerl/doc/src/xmerl_sax_parser.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/xmerl/doc') 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. - startDTD + {startDTD, Name, PublicId, SystemId} 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. + + Name = string() + PublicId = string() + SystemId = string() + endDTD -- cgit v1.2.3