Skip to main content
Inspiring
August 20, 2007
Question

Export Recordset to XML file

  • August 20, 2007
  • 7 replies
  • 506 views
I need to write form values to a database, then export those values to a XML
file and save it on the server. I'm not sure where to start on the
export-to-file process, can anyone get me started?

This topic is closed to new replies. Start a new post to keep the conversation going.

7 replies

Inspiring
August 22, 2007
There is an XML export routine in the Developer Toolkit but you have to buy
that. XML files are simple text files and therefore they are fairly simple
to create using something like a stream writer.

The exact code however depends on the server language you are using.


--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Ted Dawson" <nobody@home.now> wrote in message
news:facgj3$2sn$1@forums.macromedia.com...
>I need to write form values to a database, then export those values to a
>XML file and save it on the server. I'm not sure where to start on the
>export-to-file process, can anyone get me started?


chucknado
Participating Frequently
August 22, 2007
I also beiieve you can get the Developer Toolbox's "Export to XML" functionality as a free, standalone DW extension if you register DW CS3.

Charles Nadeau
Dreamweaver
Adobe Systems