just tried this in 2.1.5dev and got
<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
<a>
  <a-tag>Something</a-tag>
</a>
<b>
  <b-tag>Something</b-tag>
</b>
</root>

This does look ok to me :)

I had to remove the doctype declaration from your xml files.

HTH
Jorg

David Leangen wrote:
Jorg,

Sorry for my late reply. I thought that I would have the time to do this,
but I had a very busy week.

So, attached is the test file that I mentioned along with a minimal sitemap.

You can use this and view "a.xml", "b.xml" or "ab.xml". In each case, the
extra ">" appears.


Regards, David




-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] Behalf Of Jorg Heymans
Sent: March 1, 2004 17:49
To: [EMAIL PROTECTED]
Subject: Re: Strange output from aggregator (bug?)


Are you in a position to quickly test this against 2.1.4 ? If not post your a.xml file so we can test this.


Thanks Jorg


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


<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE a PUBLIC "-//KONOVA//DTD Test//EN" "http://www.konova.com/dtd/test.dtd";>


<a>
 <a-tag>Something</a-tag>
</a>


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


<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE b PUBLIC "-//KONOVA//DTD Test//EN" "http://www.konova.com/dtd/test.dtd";>


<b>
 <b-tag>Something</b-tag>
</b>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to