> I would have to respectfully disagree with part of what you're saying > here. > > Storing data as XML in a text file can get pretty nasty when you > later want to manipulate it from CFMX.
I would respectfully disagree with that completely (We're so respectful!) Convert to an XMLDoc Create a new XmlElemNew and use the ArrayInsertAt to insert a new XmlChildren item. It's just like dealing with Structs and Arrays - all you have to do is know about DOM, which isn't exactly that tricky. <insert blatant plug about the XML/XSL presentation I will be giving at CFUG tomorrow night> :oD I personally feel that there is some real power to do really good things with XML is CFMX! :o) Mark ----------------------------------- [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [www.safefrombees.com] --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
