You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/06/03 02:32:41 UTC

DO NOT REPLY [Bug 20436] New: - Parser don't support Validating check.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20436>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20436

Parser don't support Validating check.

           Summary: Parser don't support Validating check.
           Product: Xerces-C++
           Version: 2.2.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Validating Parser (DTD)
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: h.shibuya@vertexsystems.co.jp


DTD's root element is below:
<!ELEMENT pkgheader (wad-message-digest , transmittal-info , ip-type 
                   , application-software? , transmission-type? , payment?)>

However, when XML's data is:
<!DOCTYPE xmltest PUBLIC "-//WIPO//DTD PACKAGE HEADER 1.0//EN" "xmltest.dtd" []>
<xmltest lang="ja" dtd-version="1.0">
<aaa>ooo</aaa>
<ip-type>hoge</ip-type>

Xerces's Parser can't occur error at line=3!
It's incredible!!

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org