Support for XML Namespace in Konqueror
Abhijit Ray Chaudhury
abhijit.ray.chaudhury at gmail.com
Tue Sep 13 07:45:51 BST 2005
Hi,
I don't know if this is the right mailing list for asking this question.
I have a general doubt about XML Namespace Support by konqueror browser.
There are many APIs to support Namespace in Konqueror (i.e. createElementNS
etc.), but during parsing it doesnot seem to make use of that .
For example:
in void HTMLTokenizer::parseTag(TokenizerString &src) function it directly
calls
uint tagID = khtml::getTagID(ptr, len);
but there is no facility to call khtml::getTagIDNS (get tag id with
Namespace), probably because
gperf generated code only maintains a "string" but not any other attribute
assosiated with that string (for example namespace info).
Could you please let me know how the parser can support namespace
. It will be also helpful for me if you can direct me to right maiiling
list.
Thanking you in advance,
-Abhijit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20050913/13608e09/attachment.htm>
More information about the kfm-devel
mailing list