XML Folding doesn't like Nodes named "HTML"

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 Folding doesn't like Nodes named "HTML"

Post by Rat »

Hi Jussi,

I may have just discovered an obscure XML folding bug, (REF: the code below). If I rename the "html" node to something else all is well. The Zeus XML code-folding doesn't appear to like a node with a name of "html".

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<test xmlns="test/1.0">
 <html>
  <![CDATA[
     </td>
    </tr>
    <tr>
     <td class="footer">Page Footer</td>
    </tr>
   </table>
  ]]>
 </html>
</test>
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Unfortunately I am not seeing this :(

But I am running the version 6 beta (just uploaded) from here: http://www.zeusedit.com/zforum/viewforum.php?f=6

I would suggest giving this version a go to see if it fixes the issue.

Cheers Jussi
Last edited by jussij on Tue Sep 20, 2011 12:37 am, edited 1 time in total.
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

Post by Rat »

Thanks Jussi, that seems to have fixed the problem.
Post Reply