Sean

Do you have control over the content/format of the attachment... it's 
not a WDDX packet.

Dick


At 2:09 AM -0700 4/23/2000, Sean Renet wrote:
>Using the example below...
>That is an attachment I get from an email.  I want to convert that xml to
>query data that I can insert into a database.
>So I want to find out how to take <first_name>Sean </first_name> and turn it
>into #first_name#.
>All of the WDDX2CFML examples I have seen are passing WDDX thru forms and
>then deserializing them into CFML. These examples are not useful to me at
>all, as I would like to use CFFILE to look in a folder of xml attachments
>and use CFML to parse the data into a database or CFML templates
>
><appreciation>thanks for the help</appreciation>
>----- Original Message -----
>From: "Dick Applebaum" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Sunday, April 23, 2000 1:50 AM
>Subject: Re: Sorry to Interupt... :-) CFWDDX Question.
>
>
>>  Sean
>>
>>  Here are some useful WDDX links that you may not have seen:
>>
>>  http://www.oacfug.org/users/dswitzer/forms/
>>  http://www.codebits.com/wddx/examples.cfm
>>  http://www.dental.pitt.edu/cfdocs/weisswddx.htm
>>  http://forums.allaire.com/Forums/Main.cfm?CFApp=49
>>
>http://www.wddx.org/SDK/2_Docs/UsingWDDX/CodeListings/Printable/AllListings.
>html
>>  http://www.wddx.org/SDK/2_Docs/UsingWDDX/COM.html
>>  http://www2.granularity.net/xml/ColdFusion/
>>
>>
>>  If you have a specific question I may be able to help.
>>
>>  Dick
>>
>>  At 12:56 AM -0700 4/23/2000, Sean Renet wrote:
>>  >okay I made an email client.
>>  >The emails have xml attachments. Something like:
>>  >---someattachement.xml---
>  > ><order_test>
>>  > <order_header>
>>  >  <vendor_code>1002</vendor_code>
>>  >  <vendor_order_id>7654321</vendor_order_id>
>>  > </order_header>
>>  > <recipient>
>>  >  <first_name>Sean </first_name>
>>  >  <last_name>Renet</last_name>
>>  >  <recipient_address>
>>  >   <address_1>my address.</address_1>
>>  >   <address_2></address_2>
>>  >   <city>my city</city>
>>  >   <state>my state</state>
>>  >   <postal>my zip</postal>
>>  >  </recipient_address>
>>  >  <recipient_contact>
>>  >   <phone>310-123-4567</phone>
>>  >   <fax>310-123-4567</fax>
>>  >   <email>[EMAIL PROTECTED]</email>
>>  >  </recipient_contact>
>>  > </recipient>
>>  ></order_test>
>>  >
>
>  > >This is my first time using CFHTTP and CFWDDX and I cannot get my arms
>>  >around making these into variables that my templates can read and add to
>a
>>  >database.  Can someone give me a hand or direct me to a fine example? :-)
>>  >
>>  >Thanks in advance.
>>  >
>>  >Oh and if any of you ever get fired for something as stupid as that
>thread,
>>  >drop me a line, I don't care how people get answers and solve questions
>as
>>  >long as it gets done. If your employer was smart he'ld think,"Sweet, Dave
>>  >Watts, Dylan Bromby, Tony Aly are all working on this with you and I
>don't
>>  >have to pay them?"
>>  >
>>  >
>>
>>---------------------------------------------------------------------------
>---
>>  >Archives: http://www.eGroups.com/list/cf-talk
>>  >To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>>
>>  --------------------------------------------------------------------------
>----
>>  Archives: http://www.eGroups.com/list/cf-talk
>>  To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>>
>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to