Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

KevinFournier

About

Username
KevinFournier
Joined
Visits
2,242
Last Active
Roles
Administrator

Comments

  • I think it's an issue of the default namespace changing inside the XML. In other words, xmlns is "" at the beginning of the xml and becomes "http://tempuri.org/" later in the XML. This makes it hard for XPath to determine what the tags are. That's w…
  • Try this: Xpath = "/soap:Envelope/soap:Body/t:HelloWorldResponse/t:HelloWorldResult/text()" NameSpace = 'xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ' NameSpace := 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ' NameSpace…
  • Okay, I was able to recreate this. It wasn't a memory leak issue, it was a bug that occurs when the OI array used to initialize the SRP list is very large. This will be fixed in the next release. Also, since this was brought about by benchmarking, …
  • BRemove will always be fastest for sequential reading. I double checked SRP_List_GetAt and confirmed that there are no memory leaks in the strictest sense (i.e., all pointers are getting garbage collected upon release.) However, I am sure that behin…
  • SRP_Clean_Array only works on single dimensioned arrays. It does, however, allow you to specify any delimiter, so you could loop through each field , clean each array of values, and reassemble the 2D array at the end.
  • It appears that my object code was somehow out of sync with my source code. I could recreate your error until I simply recompiled SRP_Hash. Version 1.4.3 is now available for download. Sorry for the inconvenience.
  • When you right click a selection and choose Copy->SRP Forum, the code is copied to the clipboard surrounded by tags. You should be able to just paste that directly into any discussion within this forum site. When you want to copy code to t…
  • Ah, yes. Sorry I didn't chime in sooner. We're still working out why notifications aren't getting out. But this is for sure an OI thing. So, every time a splitter bar moves in the SRP Editor, I call this gosub: //---------------------------------…
  • Sorry the for the late response. I had caught this error a while back and fixed it. You can download a beta build here and give it a test.
  • My apologies for not responding. For some reason I wasn't getting notifications. I use UTF8 mode every day with the SRP Editor. I have one that opens in about 3 seconds, even though it's auto-opening 20 entities at the time. I tested this in OI 8.0…