The end point is with the fixed with CSV file being generated and saved
so that can be input into the relevant database tables.

So below would be the code to select the xml doc.....

<form action="xml.cfm" ENCTYPE="multipart/form-data" method="post"
name="form"> <input type="file" name="UploadFile"> <p> <input
type=submit name="submit" value="Upload Document"> </form>

Then in the xml.cfm page what code would be needed to perform the
transformation. ???? 

Are there any CF tutorials on the www for this as it will be a different
process to just simply uploading a doc to a file server ?

i.e.

<cffile action="UPLOAD" filefield="Form.UploadFile"
destination="downloads\documents" nameconflict="OVERWRITE">




-----Original Message-----
From: Massimo Foti [mailto:[EMAIL PROTECTED] 
Sent: 26 January 2005 10:54
To: CF-Talk
Subject: Re: Using Coldfusion with XML

> So basically, you need to think about what is next the 
> application/data flow and process the XML accordingly.

These are indeed wise suggestions.

I would add that you also need to evaluate your expertise, since complex
XSLT programming can be tricky and require specific knowledge

----------------------------
Massimo Foti
DW tools: http://www.massimocorner.com
CF tools:  http://www.olimpo.ch/tmt/
----------------------------





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191777
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to