Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: Problems doing selectNodes() with XHTML using MSXML DOM Document 4.0 [Thread Next] Re: Problems doing selectNodes() with XHTML using MSXML DOM Document 4.0To: NULL Date: 12/1/2007 1:24:00 PM Andreas M. wrote: > Do you know, why the getElementsByTagName() shows the very same behaviour? Basically getElementsByTagName is only part of the W3C DOM Level 1 which is not suitable for processing XML with namespaces. The W3C DOM Level 2 defineds a method getElementsByTagNameNS but MSXML does not support that; if you want to process XML with namespaces with MSXML then use selectNodes/selectSingleNode, that is more powerful than getElementsByTagName anyway. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
