Dave... I probably should have been a little more clear about the process. I'm storing a string of XML in our database after being transmitted to an outside source. For some reason, every 30 or so orders, one of them doesn't transmit properly, likely due to issues on the other end.
So I'm building a quick tool to allow my client to resubmit the order. In addition to the order number, I want to display the recipient. My thought was to grab the first and last name between each of the tags shown. After I sent the email though I realized it would be quicker just to convert the string to an actual XML object with XMLParse and get at the contents like that. So thanks. <!----------------//------ andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 4:16 PM To: CF-Talk Subject: RE: Quick Regex question > I need to pull some text out of XML and I wanted to see how > that might work. I've got this text: > > <Firstname>Jason</Firstname> > <Lastname>Martin</Lastname> > > I want to get the contents of each of these XML nodes. What > might be the best way of doing this? Why not just use an XML parser? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232963 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

