XML Folding doesn't like Nodes named "HTML"
Posted: Tue Jul 12, 2011 3:12 am
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".
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>