Re: writing to xml woes

2004-11-13 Thread Andrew Dixon
Hi Dave. Ignore the error message, it is not reporting the problem correctly, it simply means that you have an illegal character somewhere in the XML. Looking at your code I would say it is the qevents.startDate and .endDate are they problem contain slashes which would not be allowed. Try

Re: writing to xml woes

2004-11-13 Thread dave
i did get it fixed actually the startdate and endate ones were working ok and the other fields i put on xmlFormat, which i wasnt aware of when i wrote and added the expandPath to the write file and then had to actually set up writing permissions on the actual xml file thanks --

writing to xml woes

2004-11-12 Thread dave
i have the following code that after getting info from a form (date fields and a text area with a text editor) then writes to db which then writes to and xml file when im outputting the xml file i get this error (or similar ones that suggest a problem with proper xml output the description

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

xml woes

2003-02-17 Thread Robby L.
I'm writing in hopes to see what I'm doing wrong when trying to manipulate an xml doc. The problems comes with deleting, and I'm running in loads of problems. an example of the xml doc : dropdowns drop name=abba drop_itema/drop_item drop_itemb/drop_item drop_itemc/drop_item drop_itemd/drop_item

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

xml woes

2003-02-17 Thread Robby L.
ummm? I am, .. xmlsearch and xmlparse is being used in the cfscript block, and the issue is still ongoing.. Thanks though, Robby Subject: xml woes From: Peter Bagnato [EMAIL PROTECTED] Date: Mon, 17 Feb 2003 13:42:47 -0500 Thread: http://www.houseoffusion.com/cf_lists/index.cfm?method

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