At UV 10.1 XMLExecute() is documented in the Basic Extensions and 10.1 New Features manuals. At UV 10.2 XMLExecute() is documented in the Basic Extensions and Basic Reference (BasicRef.pdf) manual
However, in three out of the four of these manuals the documentation is WRONG - they say it takes two parameters, actually it takes four. The only one that is correct is the 10.2 Basic Reference. The XMLExecute function is also used in BP GETXMLSUB in the UV account, that's where we found out what the correct parameters are. It was our VAR who eventually pointed out the one place it's documented correctly Note: You have to call it "XMLExecute", "XMLEXECUTE" doesn't work, this XML stuff is a bit picky * * * HOWEVER * * * Once we got it going , we found it is five times faster than "EXECUTE ... TOXML" Yes that's right, a program with the function runs in one fifth of the elapsed time of a program otherwise identical except using "EXECUTE ...". So, well worth the aggravation! This is on 10.1.18 / Win2003, YMMV Regards Mike -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sara Burns Sent: Sunday, 27 July 2008 11:07 a.m. To: [email protected] Subject: [U2] CAPTURING TOXML You may like to investigate XMLEXECUTE() which allows you to get around a lot of your difficulties. I cannot remember how we found this and I can not find any useful references in the documentation. Maybe someone else knows where this is documented. I have had a quick look and found some references on Google Sara Burns IS Development Manager Public Trust Phone: +64 (04) 978 4534 (DDI) Mobile: 029 978 4534 <mailto:[EMAIL PROTECTED] > ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ The information contained in this Internet Email message is intended for the addressee only and may contain privileged information, but not necessarily the official views or opinions of the New Zealand Defence Force. If you are not the intended recipient you must not use, disclose, copy or distribute this message or the information in it. If you have received this message in error, please Email or telephone the sender immediately. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
