[Expat-bugs] [ expat-Bugs-1410812 ] XML in XML;

SourceForge.net noreply at sourceforge.net
Mon Jan 23 15:15:56 CET 2006


Bugs item #1410812, was opened at 2006-01-20 09:02
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1410812&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: Works For Me
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML in XML;

Initial Comment:
BUG in 1.95.8 and 2.0:

Expat has with embedded xml with against-manufactures
problems.  To Parsende the XML looks so out:
<?xml version="1.0"
encoding="UTF-8"?><xmlsection>&lt;?xml
version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;signal&gt;
	&lt;outputrate&gt;1&lt;/outputrate&gt;
&lt;/signal&gt;
</xmlsection></srvparams>

which from it comes out looks then so out:

<?xml version="1.0" encoding="UTF-8"?><xmlsection>
<--that is ok

<?xml version="1.0"encoding="UTF-8"?> <--that is wrong
between the attributes version and encoding that blank
is removed
<signal><outputrate>1</outputrate></signal><--that is ok

thanks many for the assistance

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

>Comment By: Karl Waclawek (kwaclaw)
Date: 2006-01-23 09:15

Message:
Logged In: YES 
user_id=290026

Closing the issue.

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

Comment By: Nobody/Anonymous (nobody)
Date: 2006-01-23 09:04

Message:
Logged In: NO 

Many thanks for your efforts. This error is located by our side!

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2006-01-20 10:29

Message:
Logged In: YES 
user_id=290026

Works fine for me.
Are you taking into account that the character data handler
can be called multiple times for a contigues string of
characters?

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

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


More information about the Expat-bugs mailing list