[Expat-bugs] [ expat-Bugs-1788287 ] Possible Bug on strings

SourceForge.net noreply at sourceforge.net
Wed Sep 5 10:11:15 CEST 2007


Bugs item #1788287, was opened at 2007-09-05 01:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1788287&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: Yes
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Possible Bug on strings

Initial Comment:
I have detected, that the content of strings will
be produced an invalid token error, as follows:

=== Description of the element in the DTD

<!ELEMENT String (Value,Tooltip)>
<!ATTLIST String
    ID     CDATA #REQUIRED
    Length CDATA #REQUIRED
>

=== Content of an element in the document ====

<String ID = "1" Length = "12">
  <Value Origin = "< Max.##> Max."
         Custom = "< Max.##> max."
  />
  <Tooltip Origin = "**None**"
           Custom = "**None**"
  />
</String>

If Expat parsed this element, an error occurred
on detection the characters < or > in the CDATA
string.

I Think, this is not correct, because the content
of a CDATA element has not be interpreted.

I use the Version 1.95.8.

Best Regards
H. Guschigk / Germany





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1788287&group_id=10127


More information about the Expat-bugs mailing list