kaijim 15 Posted September 28, 2005 Report Share Posted September 28, 2005 Before you ask a question in this forum, you should check out our XML Tutorial.For our XML Tutorial: W3Schools XML Tutorial 1 Quote Link to post Share on other sites
Html 7 Posted October 8, 2007 Report Share Posted October 8, 2007 Perhaps they don't need to use it, considering they may have a certain standard...Or just haven't adapted yet to the standerd... Good question though. Quote Link to post Share on other sites
Hillel 0 Posted September 23, 2009 Report Share Posted September 23, 2009 Hello.There is an error in "XML to HTML" chapter, its example is not valid for browser EI6 (I'm user EI6).Not valid code: ...else if (ActiveXObject("Microsoft.XMLDOM"))... Valid code: ...else if (window.ActiveXObject)... Thanks. Quote Link to post Share on other sites
Synook 47 Posted September 23, 2009 Report Share Posted September 23, 2009 Why isn't the top snippet valid? Remember, window is the default namespace, and the top example checks for a certain ActiveX control, instead of just for the presence of ActiveX. Quote Link to post Share on other sites
Hillel 0 Posted September 23, 2009 Report Share Posted September 23, 2009 (edited) Why isn't the top snippet valid? Remember, window is the default namespace, and the top example checks for a certain ActiveX control, instead of just for the presence of ActiveX.Hello, Synook.You are right, "window" not so is important.It is valid code too:...else if (ActiveXObject)... But this code not working: ...else if (ActiveXObject("Microsoft.XMLDOM"))... This fragment of a code (ActiveXObject("Microsoft.XMLDOM")) is completely not necessary, besides it still does problems, I user EI6 - I checked it.Thanks. Edited September 23, 2009 by Hillel Quote Link to post Share on other sites
Synook 47 Posted September 23, 2009 Report Share Posted September 23, 2009 Hmm, you're right, it should be Microsoft.XMLHTTP. I suppose they forgot to update the reference.http://www.w3schools.com/XML/xml_http.asp 1 Quote Link to post Share on other sites
cowsdonthack 0 Posted September 23, 2009 Report Share Posted September 23, 2009 (edited) Hmm, you're right, it should be Microsoft.XMLHTTP. I suppose they forgot to update the reference.http://www.w3schools.com/XML/xml_http.asp Yeah, I actually realized this two days ago because I'm working on an XML form that must be compatible with IE6Does anyone know how to make this work? I tried both examples with no luck, and I don't know how to implement Microsoft.XMLHTTP Edited September 23, 2009 by cowsdonthack Quote Link to post Share on other sites
brucemand 1 Posted July 25, 2011 Report Share Posted July 25, 2011 Yeah, I actually realized this two days ago because I'm working on an XML form that must be compatible with IE6Does anyone know how to make this work? I tried both examples with no luck, and I don't know how to implement Microsoft.XMLHTTPnobody seems to have resolved this thread, so i thought i'd try to 'bump' it in a manner of sorts.if you're in a localhost environment, then the way to make it work is to not use IE6 !! http://w3schools.invisionzone.com/index.ph...st&p=214004 Quote Link to post Share on other sites
kannaiah.chinni 0 Posted March 20, 2012 Report Share Posted March 20, 2012 Hello xlink is not working.it needs any special settings in browsers. i was checked with mozilla 10 and chromium 11 and opera browsers and i have one more questions does any one know like html (http://www.w3schools.com/index.php#xml) it will move to that div or paragraph with id="xml" the same is there any posibility in xml files. Quote Link to post Share on other sites
Uday kumar 0 Posted May 24, 2014 Report Share Posted May 24, 2014 Your XML Tutorial is very hard!Make it user friendly,rather than using complex words. Quote Link to post Share on other sites
Szabolcs Licsko 0 Posted October 15, 2020 Report Share Posted October 15, 2020 (edited) XML Sitemaps have replaced the older method of "submitting to search engines" by filling out a form on the search engine's submission page. Now web developers submit a Sitemap directly, or wait for search engines to find it. Regularly submitting an updated sitemap when new pages are published may allow search engines to find and index those pages more quickly than it would by finding the pages on its own Edited October 15, 2020 by Szabolcs Licsko Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.