Displaying 10 results from an estimated 10 matches for "xmldom".
Did you mean:
  xmldoc
  
2006 Feb 23
6
prototype ajax + xml response
Hi,
I am looking for a solution to use ajax.request object.
Return response text will be in xml format and I like to know how to 
parse that xml information, so that I can put those info into the "span" 
or "div"  tags of my html page. Is there any easy way to parse that xml 
info using prototype library?
Thanks,
kevin.
-- 
Posted via http://www.ruby-forum.com/.
2008 May 13
0
MGeoRSS and IE
...readyState == 4) {
		if (this.request.status == "200") {
            var xmlDoc= null;
            if (!isIE) {
                xmlDoc = this.request.responseXML;
            } else {
                // use the IE/ActiveX XML parser
                xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
                xmlDoc.async="false"
                xmlDoc.loadXML(this.request.responseText);
            }
...
===============
Hope this helps someone!
- mps
2008 Jan 19
1
Set Return Type XML in Prototype
...9;,
				parameters: pars,
				onComplete: loadXML
			});
	}
function loadXML(xmlHttpRequest)
{
// code for IE
if (window.ActiveXObject)
  {
  xmlDoc = new ActiveXObject("MSXML2.DOMDocument");
  xmlDoc.loadXML(xmlHttpRequest.responseText);
  //xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
  //xmlDoc.async=false;
  //xmlDoc.load(xmlHttpRequest.responseText);
  alert(xmlHttpRequest.responseText);
  getmessage();
  }
// code for Mozilla, Firefox, Opera, etc.
else if (document.implementation &&
document.implementation.createDocument)
  {
  alert(xmlHttpRequest.response...
2006 Jul 24
15
XML Question
I''ve got an XML file which is pretty well structured.  I need to retrieve
specific elements from that file to fill out empty HTML elements on a page.
 
I think what I need is xPath?  Or - is that overkill?  Is there some easier
way to locate an XML element?
 
What I have in mind is pulling the XML file using Ajax, then xPath to get
the bits I need.
 
Am I on the right path and does
2013 Dec 06
0
Wine release 1.7.8
...s: Only output tools directory dependencies when tools are enabled.
      makefiles: Don't make binaries depend on Makefile.in.
      msvcp71: Use thiscall where appropriate in the header file.
      msvcp90: Use thiscall where appropriate in the header file.
      msxml3/tests: Avoid including xmldom.h.
      makefiles: Make sure config.h is updated before building anything.
      configure: Update FreeType configure checks for the changed headers location.
      makefiles: Include AUTHORS file directly from the top-level directory.
      makedep: Don't look for header files in the build di...
2010 Dec 24
0
Wine release 1.3.10
...tion to the IRegistrar mechanism.
      loader: Define asm functions instead of inlines for x86-64 syscalls to avoid trouble with register constraints.
      wiaservc: Convert coclasses registration to the IRegistrar mechanism.
      include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl.
      include: Add a couple of missing interfaces in msxml2.idl.
      msxml: Add an msxml library that contains the v2.0 msxml typelib.
      msxml: Register the v2.0 classes using the IRegistrar mechanism.
      msxml2: Add an msxml2 library that contains the v2.6 msxml typeli...
2009 Mar 13
0
Wine release 1.1.17
...mlang: Remove superfluous pointer casts.
      netapi32: Remove superfluous pointer casts.
      msctf: Remove superfluous pointer casts.
      twain_32/tests: Remove superfluous pointer casts.
      include: Change long to LONG in tom.idl.
      msxml3: Change long to LONG in msxml2.idl and xmldom.idl.
      msxml3: Change long to LONG in msxml.idl.
      msxml3: Change the remaining long variables to LONG.
      quartz: Change long to LONG in control.idl.
      mlang: Change long to LONG in mlang.idl.
      kernel32: Remove superfluous pointer casts.
      d3d9/tests: Limit the back buffer...
2008 Jun 27
0
Wine release 1.1.0
...plied.
      widl: Fix type_memsize to follow aliases so that the correct size is calculated.
      widl: Fix check_remoting_fields to enumerate the correct list of fields.
      include: Add the local attribute to IShellExecuteHookA/W since they use an undefined structure.
      include: Add more IXMLDOMNotation, IXMLDOMEntity, IXMLDOMEntityReference and IXMLDOMImplementation interfaces to xmldom.idl.
      include: Don't import files in control.idl that aren't imported on Windows.
      include: Add more interfaces and types to msinkaut.idl.
      rpcss: Implement endpoint-mapper server us...
2008 Sep 19
0
Wine release 1.1.5
...ment HTMLElement2 get_scrollLeft.
      mshtml: Implement IHTMLTextContainer get_scrollLeft.
      mshtml: Add tests for get_scrollLeft.
      hlink: Mark Get/Set AdditionalParams as Unimplemented.
      mshtml: Implement get/put margin.
      mshtml: Add IHTMLStyle margin tests.
      msxml3: Add IXMLDOMCharacterData to IXMLDOMCDATASection.
      msxml3: Add IXMLDOMCharacterData to IXMLDOMComment.
      msxml3: Correct test.
      msxml3: Correct IDispatchEx Invoke to return the correct object.
      mshtml: Implement IHTMLBody get/put_Text.
Allan Tong (1):
      wined3d: Fix Geforce9 detection....
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...le.idl sensevts.idl servprov.idl shdeprecated.idl shldisp.idl shobjidl.idl shtypes.idl strmif.idl structuredquerycondition.idl textstor.idl tom.idl unknwn.idl urlhist.idl urlmon.idl vmr9.idl wbemcli.idl wia_lh.idl wia_xp.idl wincodec.idl wine/itss.idl wine/svcctl.idl winsxs.idl wtypes.idl wuapi.idl xmldom.idl xmldso.idl xmllite.idl wine/wined3d.idl wine/winedxgi.idl         stdole2.idl stdole2.tlb   
> :info:build config.status: creating libs/wine/Makefile
> :info:build config.status: creating libs/wpp/Makefile
> :info:build ../../tools/makedep  -C. -S../.. -T../..  c_037.c c_10000.c c_1000...