leegold Posted October 25, 2013 Posted October 25, 2013 Hi, Hi, I guess a newbie question. I beleive there is support for a SAX event driven streaming XML parser in MSXML. All examples I've found are in VB or C#. Is there a way to look at all the methods for SAX in MSXML in Autoit. Is there an example anywhere? Maybe if there's a way to look at the (I think it's called) SAX2 object so I could get a "handle" on it. So let's say you have a windows object and you want to know it's inner workings how do get info on it to use it? Thanks
JohnOne Posted October 25, 2013 Posted October 25, 2013 (edited) The objects documentation page. msdn. Edited October 25, 2013 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
trancexx Posted October 26, 2013 Posted October 26, 2013 After you've created the object, call ObjName() passing value 4 as second argument. That will get you path of the file with typelib for it. Then download script called >TypelibViewer.au3 and load it with get file. You will be able to see all the available info about the object. ♡♡♡ . eMyvnE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now