473,976 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DOMParser() not defined!

When i try this example in IE
http://www.captain.at/howto-ajax-xml-javascript.php
I get DOMParser not defined, it works in Firefox.
How do i make it work in IE?

~tj
Nov 23 '05 #1
3 12380
Thomas Jansen wrote:
When i try this example in IE
http://www.captain.at/howto-ajax-xml-javascript.php
I get DOMParser not defined,
Of course.
it works in Firefox.
Since it is part of the Gecko DOM.
How do i make it work in IE?


Google is your friend. [psf 6.1]

<http://www.google.com/search?q=DOMPar ser+%28IE+OR+%2 2Internet+Explo rer%22%29>
HTH

PointedEars
Nov 23 '05 #2
Thomas 'PointedEars' Lahn skrev:
Thomas Jansen wrote:

When i try this example in IE
http://www.captain.at/howto-ajax-xml-javascript.php
I get DOMParser not defined,

Of course.

it works in Firefox.

Since it is part of the Gecko DOM.

How do i make it work in IE?

Google is your friend. [psf 6.1]

<http://www.google.com/search?q=DOMPar ser+%28IE+OR+%2 2Internet+Explo rer%22%29>
HTH

PointedEars


Thank you i found it here

http://www-128.ibm.com/developerwork...y/wa-ie2mozgd/
~tj

Nov 23 '05 #3
Thomas Jansen wrote:
Thomas 'PointedEars' Lahn skrev:
Thomas Jansen wrote:
How do i make it work in IE?

Google is your friend. [psf 6.1]
<http://www.google.com/search?q=DOMPar ser+%28IE+OR+%2 2Internet+Explo rer%22%29> [...]


Thank you i found it here

http://www-128.ibm.com/developerwork...y/wa-ie2mozgd/


While the first Google hit shows how to implement the object if not
provided by the DOM.

Please take heed of <http://jibbering.com/faq/faq_notes/pots1.html>.
PointedEars
Nov 23 '05 #4

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

Similar topics

0
3081
by: Yang Xiao | last post by:
Hi all, I'm having some problems with parsing XML with DOMParser. What I want is to filter out particular elements in the XML, the sample XML looks like this. Thanks in advance. Yang <CATALOG>
0
1541
by: John Smith | last post by:
I have a Xerces DOMParser which I want to parse a document containing CDATA section, I would to walk the tree and pick up the text in the CDATA section. All I seem to get is an empty text node, do I have to tell the parser to include CDATA in the tree? Many Thanks Jon
0
1706
by: abwabe | last post by:
im using WSAD 5.0 when i try to execute this : public static void main(String args) { myHash = new Hashtable(); try { String strHtmlFile = "C:\\test.html";
2
3792
by: DKM | last post by:
I recently found out that the below code works in FireFox 1.0.4. str = "<b>Hello world!!!</b>"; var doc = new DOMParser().parseFromString(str, "text/xml"); document.getElementById("div1").appendChild(doc.documentElement); I knew how to manipulate document object. Now, I see that there is this DOMParser object that one can use in the browser in Javascript. What other objects are accessible in FireFox?
1
2467
by: Carlitos | last post by:
Hi there, I'm a beginner on XML. At this moment I am working on a conversion to C# of a (pretty large) program originally coded in Java. It's not much what the JLCA does when converting XML classes from Java to C# for several reasons, and basically leaves the programmer with the decision on how they will be converted (Reference: http://msdn.microsoft.com/asp.net/using/migrating/jspmig/phase1/xml/) At this point I am about to convert...
3
9999
by: sfeher | last post by:
Hi All, The following code returns a valid xmlDoc (since I can evaluate and selectNodes) but its value is "xmlDoc= null" ?! Or at least this is what the FireBug shows and (xmlDoc===null) is true. var parser = new DOMParser(); var xmlDoc = parser.parseFromString( responseText, "text/xml"); // at this point: xmlDoc= null
0
1303
by: jui | last post by:
I am currently using DOMParser, i want to switch to DOMBuilder, as the DOMParser is supposedly deprecated...I need help to find the implementation mapping....
3
9695
by: edai | last post by:
I am working on a code where I am loading XML data from a file on the server using ....... if (xmlhttp.readyState==4) { value=xmlhttp.responseText; var parser=new DOMParser(); xml=parser.parseFromString(value,"text/xml") ........ when I use getElementsByTagName I get ============firebug output==========
5
8381
by: vunet | last post by:
I used DOMParser to convert a response string to XML object: DOMParser.parseFromString() In browsers where DOMParser is not supported (Safari 1-2 for my case) I cannot use DOMParser. What method is normally used to convert a string to XML object. For Firefox I use E4X. For IE I use ActiveXObject loadXML() method. Thanks.
0
10171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11818
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10907
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
8459
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7604
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6557
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5153
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3761
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.