I tried about 50 different things and what worked was a combination of setting the DOMDocument's formatOutput property to false and setting a header('Content-type: text/xml; charset=utf-8')
Frustrating...
Using the typical DOMDocument way of creating of XML output (createElement, appendChild etc) via PHP, then dumping with echo $doc->saveXML();
The receiving XML parser (AJAX) doesn't like it. If I tell it to use a static XML file that I create by removing the \n and \r's, all is well.
ie. I...
I'm just trying to set the focus to an edit box in another running application - so I've enumerated all the windows, found the right application, then enumerated its child windows to find the edit boxes handle.
Question - now I've got it's handle, how can I set focus to it? Can I somehow cast...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.