[Expat-bugs] [ expat-Bugs-1357962 ] Parser error

SourceForge.net noreply at sourceforge.net
Thu Nov 24 15:11:39 CET 2005


Bugs item #1357962, was opened at 2005-11-16 04:24
Message generated for change (Settings changed) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1357962&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: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Parser error

Initial Comment:
Xml Parser throws error for the following xml attribute:
<Reference
      Name = "WindowsControlLibrary2"
      Path = "f:\kri&raj\WindowsControlLibrary2.dll"
/>

In the above scenario, the value of the Path attribute
is a valid path. But xml parser throws error when it
hits &. Is this behaviour correct?


Submitted by:
krithiga.selvaraj at gmail.com

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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2005-11-24 09:11

Message:
Logged In: YES 
user_id=290026

The & must be escaped with &amp;.
Closed, not a bug.

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

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


More information about the Expat-bugs mailing list