Connecting Tech Pros Worldwide Forums | Help | Site Map

DOMParser() not defined!

Thomas Jansen
Guest
 
Posts: n/a
#1: Nov 23 '05
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

Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#2: Nov 23 '05

re: DOMParser() not defined!


Thomas Jansen wrote:
[color=blue]
> When i try this example in IE
> http://www.captain.at/howto-ajax-xml-javascript.php
> I get DOMParser not defined,[/color]

Of course.
[color=blue]
> it works in Firefox.[/color]

Since it is part of the Gecko DOM.
[color=blue]
> How do i make it work in IE?[/color]

Google is your friend. [psf 6.1]

<http://www.google.com/search?q=DOMParser+%28IE+OR+%22Internet+Explorer%2 2%29>


HTH

PointedEars
Thomas Jansen
Guest
 
Posts: n/a
#3: Nov 23 '05

re: DOMParser() not defined!


Thomas 'PointedEars' Lahn skrev:[color=blue]
> Thomas Jansen wrote:
>
>[color=green]
>>When i try this example in IE
>>http://www.captain.at/howto-ajax-xml-javascript.php
>>I get DOMParser not defined,[/color]
>
>
> Of course.
>
>[color=green]
>>it works in Firefox.[/color]
>
>
> Since it is part of the Gecko DOM.
>
>[color=green]
>>How do i make it work in IE?[/color]
>
>
> Google is your friend. [psf 6.1]
>
> <http://www.google.com/search?q=DOMParser+%28IE+OR+%22Internet+Explorer%2 2%29>
>
>
> HTH
>
> PointedEars[/color]

Thank you i found it here

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

Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#4: Nov 23 '05

re: DOMParser() not defined!


Thomas Jansen wrote:
[color=blue]
> Thomas 'PointedEars' Lahn skrev:[color=green]
>> Thomas Jansen wrote:[color=darkred]
>>> How do i make it work in IE?[/color]
>> Google is your friend. [psf 6.1]
>>[/color][/color]
<http://www.google.com/search?q=DOMParser+%28IE+OR+%22Internet+Explorer%2 2%29>[color=blue][color=green]
>> [...][/color]
>
> Thank you i found it here
>
> http://www-128.ibm.com/developerwork...y/wa-ie2mozgd/[/color]

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
Closed Thread