473,404 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

MS IE DOM DOM2 and Namespaces

AFAICT MS IE JavaScript does not support DOM Level 2 Namespaces. Is this
correct ?

Aaron

Dec 22 '06 #1
2 1397
Aaron Gray wrote:
AFAICT MS IE JavaScript does not support DOM Level 2 Namespaces. Is this
correct ?
MS IE uses the MS JScript engine, but only for the core language stuff
like number, strings, booleans, Object, Array, Date, RegExp, much like
other browsers have a script engine to implement the ECMAScript edition
3 specification.
What IE itself provides are host objects for manipulating HTML documents
and manipulating the browser. With the help of MSXML IE also provides
host or ActiveXObjects for manipulating XML documents. MSXML allows you
to manipulate XML with namespaces but not the way the W3C DOM Level 2
Core specification describes it (e.g. createElementNS), rather MSXML for
the namespace aware creation has the generic createNode method, for
namespace aware selection of nodes MSXML (3 and later) supports XPath.
In terms of HTML IE has its very own concept and implementation of HTML
with namespaces, for instance VML uses that to embed vector graphics in
HTML documents.
--

Martin Honnen
http://JavaScript.FAQTs.com/
Dec 22 '06 #2

Well, IE does have namespaces, but they're as collection under the document
level, so, document.namespaces[], but not that I know of, the DOM2 standard
methods as named.

Danny
Dec 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Steven Bethard | last post by:
In the "empty classes as c structs?" thread, we've been talking in some detail about my proposed "generic objects" PEP. Based on a number of suggestions, I'm thinking more and more that instead of...
11
by: Random | last post by:
I'm confused about the proper use and usefulness of namespaces. I beleive I understand the purpose is so the developer can put classes within namespaces to essentially organize your code. And I...
3
by: sudhaoncyberworld | last post by:
var tbl=document.createElement('TABLE'); var tr1=tbl.insertRow(); var td1=tr1.insertCell(); var rbtn1=document.createElement("<INPUT name='rbLop'>");// only with INPUT and type='radio' not...
8
by: Simon Brooke | last post by:
I was debugging a new XML generator tonight and trying to determine why it wasn't working; and realised my dom printer does not output XML namespace declarations. My method to output an Element...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.