<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/htmli/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/htmli/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/htmli/bugs/</id><updated>2006-09-22T20:35:14Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>id on html elements is not handled correct</title><link href="https://sourceforge.net/p/htmli/bugs/1/" rel="alternate"/><published>2006-09-22T20:35:14Z</published><updated>2006-09-22T20:35:14Z</updated><author><name>Jaap de Wolff</name><uri>https://sourceforge.net/u/de-wolff/</uri></author><id>https://sourceforge.netb2957c3850b48025536adab81007703ba111f4e4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the following source:&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;htmli:tab id="Page28"&lt;br /&gt;
caption="Bladmuziek" onfocus="insertPage('28')"&amp;gt;&lt;br /&gt;
&amp;lt;DIV STYLE="overflow: auto; width:&lt;br /&gt;
770px; height: 480px; border-left: 1px gray solid;&lt;br /&gt;
border-bottom: 1px gray solid; padding:0px; margin:&lt;br /&gt;
0px" Id="DivPage28" /&amp;gt;&lt;br /&gt;
&amp;lt;/htmli:tab&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
is translated into:&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;div htmli_class="com_htmli_ui_Tab" id="Page28"&lt;br /&gt;
htmli_caption="Bladmuziek" class="&amp;amp;#xA;                 &lt;br /&gt;
com_htmli_ui_Tab__selected&amp;amp;#xA;                   "&amp;gt;&lt;br /&gt;
&amp;lt;div id="Page28__inner"&amp;gt;&lt;br /&gt;
&amp;lt;div id="ID0E6" style="overflow: auto; width:&lt;br /&gt;
770px; height: 480px; border-left: 1px gray solid;&lt;br /&gt;
border-bottom: 1px gray solid; padding:&lt;br /&gt;
0px; margin: 0px" id="DivPage28"&lt;br /&gt;
xmlns:htmli="http://www.htmli.com/ns/ui"&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
when instead if "Id" "id" is used everything works fine&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>