Hello!

My extension for Mozilla and FireFox processes some type of XML files. Unfortunately, servers send these files with differetn (and generic) ContentType, like `text/xml', `applicatiion/xml' and even `application/octet-stream'. I can not fix all servers, of course :)
Only way to detect `proper' XML for my extension is to check root element of parsed XML.
I need to get notification when XML parser or XML viewer (component, which draws generic XML as tree) parses such `generic XML' (or starts to parse and extract first element).


Is it possible?

Lev Serebryakov
Programmer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

_______________________________________________
Mozilla-netlib mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to