Interviewer And Interviewee Guide

AJAX Interview Question:

Cannot parse XML generated by JSP I am generating an XML using JSP, when I run the JSP in IE it shows the XML as per DOM, but when I try to parse it using Javascript , the command xmldoc.documentElement?

Submitted by: Administrator
This is working code, it might help you.
if (!isIE)
xmldoc = req.responseXML;
else
{
//IE does not take the responseXML as.
Submitted by: Administrator

Read Online AJAX Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.