> I have an xml doc that looks like this > > <xmp> > <?xml version="1.0" encoding="UTF-8"?> > <qry columns="10" rows="3"> > <rec> > <address>400 Convention Blvd</address> > <city>Hot Springs</city> > <country>USA</country> > <eventid>9366</eventid> > <eventname>Embassy Suites Hotel & Spa-Hot Springs</eventname> > <prelimroomname>Salon a & B</prelimroomname> > <startdatetime>2009-05-04 17:00:00.0</startdatetime> > <state>AR</state> > <zip>71901 </zip> > <zipcode>71901</zipcode> > </rec> > </qry> > </xmp> > > in a variable called result.
Really? That looks a bit off. Shouldn't the XML declaration precede the opening root element tag? 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://traini ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322085 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

