Re: Witango-Talk: Strict compilation flag

2006-06-16 Thread Alan Wolfe
inside your TCF method you could check if any of the parameters were empty and if so you could have it email you or log it somewhere along with <@appfile> and whatever other information you needed to be able to track it down.   of course you'd have to go live w/ the code (or atleast live on a dev.

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Ben Johansen
Oops, forgot the xml piece.Just get it from Dans emailBenOn Jun 16, 2006, at 6:20 PM, Ben Johansen wrote:Hi all,Here is a quick way to parse XML using XPATHBenOn Jun 16, 2006, at 11:27 AM, Dan Stein wrote:This attached is the XML returned from USPS after I send a rate request. I just need one of tw

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Ben Johansen
usps.taf Description: Binary data Hi all,Here is a quick way to parse XML using XPATHBenOn Jun 16, 2006, at 11:27 AM, Dan Stein wrote:This attached is the XML returned from USPS after I send a rate request. I just need one of two things At least to get in a one column array the postage. It always

Witango-Talk: Phase I Testing If you have time

2006-06-16 Thread Dan Stein
Fellow witango folks, I am asking people to test a new web site we have built for a customer. http://www.dss-demo.com We of course are interested in anything that does not work. But mostly we would like feedback on the searching and shopping experience and how easy you find it to navigate around

Witango-Talk: [OT] Safari and meta refreshes

2006-06-16 Thread Alan Wolfe
Hey everyone,   Just wanted to give everyone a headsup, as far as i can tell, the latest version of safari does not like meta refrehses!   We are going to do some more testing to find out for sure but right now it looks like safari just will not do meta refreshes.

Re: Witango-Talk: Phase I Testing help please

2006-06-16 Thread Dan Stein
I have found a show stopper in an unexpected place so I will have to fix that this evening before testing can really take place. I expect no one really had much time today anyway. I will make a brief post when the bug is fixed. on 6/16/06 15:23, Dan Stein at [EMAIL PROTECTED] wrote: > Fellow w

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Dan Stein
Title: Re: Witango-Talk: Need help with XML parsing probably simple Steve yes that is similar to what Bev and I worked out. I am in the processing of fixing this up so that it will get a little more info and also I am going to do it in x Path also and will send the taf back to the list. Thanks

RE: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Fogelson, Steve
Dan,   I’m not real good at this, but I will take a stab at it.   I tested this and I think it gives you what you are looking for.   <@ASSIGN request$Total_Array value=<@ARRAY rows=10 cols=2>> <@FOR start=1 stop=10>   <@ASSIGN request$Total_Array[<@CURROW>,1] <@ELEMENTVALUE object='

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Robert Garcia
Also, I am assuming you are using witango 5.5, xpath makes this very easy, but more of a pain without. --  Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Beverly Voth
On 06/16/2006 2:29 PM, "Dan Stein" <[EMAIL PROTECTED]> wrote in whole or in part: > Sorry here is the attachment > > This attached is the XML returned from USPS after I send a rate request. > > I just need one of two things > > 1. At least to get in a one column array the postage. It always com

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Robert Garcia
in that pdf document you just downloaded from my site, I also show how to make a method that does the opposite, with a few lines of code, turn xml back into arrays. --  Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph:

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Dan Stein
Title: Re: Witango-Talk: Need help with XML parsing probably simple This looks like it takes and array and turns it into XML. I have the XML coming back already it is in the sample I attached. So unless I am missing something it seems like this will not work. Then again I could be missing the po

Re: Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Robert Garcia
Take a look at the past comments on the hidden tag <@arraytodom> --  Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http

Witango-Talk: Phase I Testing help please

2006-06-16 Thread Dan Stein
Fellow witango folks, I am asking people to test a new web site we have built for a customer. http://www.dss-demo.com We of course are interested in anything that does not work. But mostly we would like feedback on the searching and shopping experience and how easy you find it to navigate around

RE: Witango-Talk: Strict compilation flag

2006-06-16 Thread Robert Shubert
You can use the trick where using fewer parameters than the method has will populate from the top, so as long as you add the new ones to the bottom you don't have to update your old code unless you need the new parameter/features. I've also been known to duplicate a method and give it a new name

Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Dan Stein
Sorry here is the attachment This attached is the XML returned from USPS after I send a rate request.   I just need one of two things   At least to get in a one column array the postage. It always comes back in the same order so I can easily grab what I want from even the o

Witango-Talk: Need help with XML parsing probably simple

2006-06-16 Thread Dan Stein
This attached is the XML returned from USPS after I send a rate request.   I just need one of two things   At least to get in a one column array the postage. It always comes back in the same order so I can easily grab what I want from even the one column array. An added bon

Re: Witango-Talk: Strict compilation flag

2006-06-16 Thread William M Conlon
I'm curious about how to manage changes to call methods. If I add a parameter to a call method, I need to modify all the callers -- in TAFs and TCFs. A coupld of things come to mind. I guess the simplest is to just do a global search for the method name. Of course if we had the 'strict