You mean directly from ColdFusion? Not sure, but someone probably knows. What I do is load XML into PL/SQL and use Xpath to query the data.
Sounds inefficient, but it is *incredibly* fast. For a while, I was loading data into tables and running queries with joins, but found loading the document over and over was actually faster. M -----Original Message----- From: Scott Wilhelm [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 1:31 PM To: CF-Talk Subject: RE: Creating an XML Document (Now, how do I query the XML?) Crit: Thank you so much. That's the perfect explaination for me :) Now, next question is; how can I query an XML doc? Thanks! Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

