If all you want to do is insert it into a db, why not just loop over the XML structure and insert it?
If you want to convert the xml document to a query, then create a dummy query, run wddx over it and have a look at the output, so need to create the same output either directly or via XSLT. Hope that helps. Taco Fleur - Pacific Fox an industry leader with commercial IT experience since 1994 . http://www.pacificfox.com - Web Design and Development > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy > Sent: Monday, 26 September 2005 1:24 PM > To: CFAussie Mailing List > Subject: [cfaussie] RE: XML to Query > > > Mmm..yeah I want to convert an XML document into a query. In > the end I want to loop over that query and insert it into a > database. Just trying to figure out how to go about it. Make sense? > > J. > > --- > You are currently subscribed to cfaussie as: > [EMAIL PROTECTED] To unsubscribe send a blank email > to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
