<div>Hi,</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I am using Konqueror embeded and doing some changes on that. </div>
<div>In HTMLTokenizer.cpp within the funtion&nbsp;void HTMLTokenizer::parseTag(TokenizerString &amp;src)</div>
<div>&nbsp;</div>
<div>Tag ID is found using the following statement.</div>
<div>&nbsp;</div>
<div>uint tagID = khtml::getTagID(ptr, len);&nbsp;</div>
<div>&nbsp;</div>
<div>It looks like the parser doesnot take into account the XML namespace.</div>
<div>&nbsp;</div>
<div>If I want to incorporate XML Namespace support for the parser, Could you please let me know, what are the changes need to be done ?</div>
<div>&nbsp;</div>
<div>Thanking you in advance.</div>
<div>-Abhijit</div>