I need to go the other way, XML -> query On 7/22/06, Larry Lyons <[EMAIL PROTECTED]> wrote: > > >Looking through the docs and cflib I don't see anything, but have any of > you > >converted an XML doc to a CF query object? If so, can you point me in > the > >right direction? > > > >Thanks > > > >Pete > > Checkout CFLib.org, it has several query functions that may do that, for > instance QueryToXML, http://www.cflib.org/udf.cfm?ID=648. From the site: > This function will create an XMLDoc object where the elements match the > names of your columns. You can choose the name of the root node (by default > it's "query") and each row (by default it's "row"). > hth, > > larry > >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247410 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

