xml formula result

  • Thread starter Thread starter ts
  • Start date Start date
T

ts

Hi

Can somebody please point me to a tutorial explaining how to create a
formula which returns the input on a website from a customer as a xml file -
ready for export to Excel ?

I suppose it is a XML-result that is needed for export to Excel ??

TIA
Tina
 
If the server hosting your site has the FP extensions, then you can save data in a CSV file which is
readable by Excel.

To create XML output would require working with whatever server-side scripting that is supported by
your web host and then locating specific XML resources related to the scripting language.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Thanks a lot ...
Tina

Thomas A. Rowe said:
If the server hosting your site has the FP extensions, then you can save
data in a CSV file which is readable by Excel.

To create XML output would require working with whatever server-side
scripting that is supported by your web host and then locating specific
XML resources related to the scripting language.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

XML link in web page 2
XML DTDs Versus XML Schema 0
Export contacts in XML 2
xslt and .net 1
Export query to Excel fails 6
XML feed 3
Processing XML With C# and .NET 0
Processing XML With C# and .NET 1

Back
Top