Page 1 of 1

XML Folding doesn't like Nodes named "HTML"

Posted: Tue Jul 12, 2011 3:12 am
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>

Posted: Tue Jul 12, 2011 4:06 am
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

Posted: Tue Jul 12, 2011 4:28 am
by Rat
Thanks Jussi, that seems to have fixed the problem.