RE: xml woes

2003-02-18 Thread Peter Bagnato
I've been following what you guys have been doing... Can you post the final code when you get it figured out? Thanks! Peter -Original Message- From: Robby L. [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 11:28 PM To: CF-Talk Subject: xml woes Importance: High ummm? I am,

Re: xml woes

2003-02-17 Thread Stephen Moretti
Robby, I suspect this is probably a typo, but the closing tag of your xml packet isn't a closing tag. Both of which bail.. the first one bails without an actual error, . just the araydeleteat() being the line it error'd at. But when I looked in to the logs, It says

RE: xml woes

2003-02-17 Thread Peter Bagnato
Have you tried using any of the new XML tags in CFMX yet? Peter -Original Message- From: Robby L. [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 5:36 AM To: CF-Talk Subject: xml woes Importance: High I'm writing in hopes to see what I'm doing wrong when trying to

RE: xml woes

2003-02-17 Thread Cameron Childress
If I understand your question, you aren't having XML woes, you are having ArrayDeleteAt() woes. My first bit of advice when troubleshooting a problem like this would be to simplify your code. Breaking a complex problem down into smaller pieces allows you to focus on the part that's breaking

RE: xml woes

2003-02-17 Thread Cameron Childress
] -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 2:10 AM To: CF-Talk Subject: RE: xml woes If I understand your question, you aren't having XML woes, you are having ArrayDeleteAt() woes. My first bit of advice when