Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
parsing XHTML with JavaScript?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Martin Honnen, post: 4952051"] It depends on the browser and its XHTML support. IE for instance uses MSXML as its XML parser which is completely separate from the HTML parser. Thus if MSXML encounters an element in the XHTML namespace it does not do anything special to provide an XHTML DOM element, rather it builds an XML DOM element only. So IE with MSXML can parse XHTML but it does not build an XHTML DOM. That way you are for instance not able to import XHTML element nodes from an MSXML XML DOM document into the HTML DOM. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
parsing XHTML with JavaScript?
Top