RE: SOXML xmlToDom

2001-12-16 Thread lists
After loading the XML using xml2dom, you need to retrieve the nodes you wish to loop over from the XML using the selectNodes methods. For instance, If I wanted to loop over all the Author nodes in the XML file, oDOM is the output attribute from the soXML call, I would use this statement to retrie

Re: Fw: Query Field with Null Value

2001-12-16 Thread Anthony Abby
Thanks! Anthony - Original Message - From: "Jennifer Larkin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, December 15, 2001 8:00 PM Subject: Re: Fw: Query Field with Null Value > At 07:51 PM 12/15/01 -0500, you wrote: > >- Original Message - > >From: "An

RE: SOXML xmlToDom

2001-12-16 Thread Fred Anderson
>> support for soXML can be found at http://forums.siteobjects.com I'll post one more time here and then try to liven up that forum. :grin: >> hth, if it doesn't we need to see your code. Well I wasn't able to get the result I wanted so I will post the example here. Thanks. Here is the XML file

Re: SOXML xmlToDom

2001-12-16 Thread Joseph Thompson
I just took a look at that tag for the first time this morning.. looks very cool. Wouldn't you want to use the XML2CF action to convert the XML to a CF structure and then just CFLOOP through the first three keys? (well... it is still early here..) > >> support for soXML can be found at http://

RE: AOL and CFMAIL

2001-12-16 Thread Dave Watts
> Anybody know of a way to install the AOL browser and > ABSOLUTELY nothing else that AOL installs so you can > locally test sites without having to have an AOL account? I don't know if that's possible, and I don't know how useful that kind of test would be anyway. To ensure that something work

RE: SOXML xmlToDom

2001-12-16 Thread John Wilker
Not necessarily confused, using xml2cf is slow, there's no confusion there. Using xml2dom is the same as just working with the xml file yourself. Don't get me wrong, I think the tag is nice and makes working with XML files easy but the nicest feature IMO is XML2Cf so I have a nice workable structu

RE: OT Dreamweaver, Sorry

2001-12-16 Thread Parker, Kevin
There are two setting in site definition "refresh local site list automatically" and "enable cache" - try manipulating these as we had a similar problem, but be careful that you are looking at a current reflection of your site - you may have to refresh . For our big one I've got the list turned of

CFLOOP?

2001-12-16 Thread Joel Blanchette
Hello All, I am trying to figure out what would be the easier way of doing something. I am grabbing information from a website and I need to put the information in variables. Now, the context is always the same. Here is a snippet of the code.  376736  h

String ends

2001-12-16 Thread Parker, Kevin
Can someone help a little here please (I left my copy of Forta at home :-( I am checking a string returned from a third party payment gateway to see how the gateway processed the payment request. There are a number of possible outcomes I check for (see one example in the code snippet below) but I

Re: String ends

2001-12-16 Thread Don Vawter
len(st) GE 4 and right(st,4) EQ "*END" (you need to check length because right(st,4) with give an error if length is less than 4 - Original Message - From: "Parker, Kevin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, December 16, 2001 6:00 PM Subject: String ends

Re: anybody else having tag gallery problems?

2001-12-16 Thread Kay Smoljak
I think the dev exchange is pretty much dead... I've had problems trying to find tags that definitely used to be there. I hope Macromedia are working on something fantastic to replace it. "Don Vawter" <[EMAIL PROTECTED]> wrote: > Anybody else getting errors when trying to submit a new tag? > > D

Re: AOL and CFMAIL

2001-12-16 Thread tom muck
You can get AOL for $4.95 a month if you limit your online activity to 3 hours a month. That's usually enough for testing. tom > I don't know if that's possible, and I don't know how useful that kind of > test would be anyway. To ensure that something works acceptably through AOL, > you'd real