XML Code Folding can't cope with CDATA

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

XML Code Folding can't cope with CDATA

Post by Rat »

Hi Jussi,

I'm just "officially" reporting this bug in the correct forum... It was previously posted here.

In my testing I've noticed that the code folding doesn't cope with CDATA embedded in XML, where the CDATA contains HTML tags, see below...

Code: Select all

<marker name="Marker 1">
 <information><![CDATA[<div>This is a div</div>]]></information>
 <icon>images/marker.png</icon>
 <shadow>images/shadow.png</shadow>

 <position>-28.326626, 153.39386</position>

 <visibility>auto</visibility>
 <clickable>1</clickable>
</marker>
Cheers,
Keith.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

A new xFolder found here should fix this issue: http://www.zeusedit.com/z300/xFolder.zip

Cheers Jussi
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

Post by Rat »

Works great! Thanks again Jussi!
Post Reply