I am working with Frontpage 2000 and wondering if the form processor will
give me a method of saving as an XML file. Does not seem to be
straighforward, even though I can imagine using the custom ASP script option
as a way to 'handle' the form and parse it into the XML I need.

I'd be happy to post more details here if I'm not clear what I'm trying to do.

Re: Forms submittal to create XML file by Kevin

Kevin
Fri Dec 09 08:32:47 CST 2005

Yes, it could be done using ASP. Create the XML as a string, and write it to
a file using the Scripting.FileSystemObject object. It would require that
the IUSER_<machine name> account have "write" file permission for the folder
containing the file.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.

"billdebug" <billdebug@discussions.microsoft.com> wrote in message
news:956D334C-B1F9-4EEC-9701-FE9E9596B540@microsoft.com...
>I am working with Frontpage 2000 and wondering if the form processor will
> give me a method of saving as an XML file. Does not seem to be
> straighforward, even though I can imagine using the custom ASP script
> option
> as a way to 'handle' the form and parse it into the XML I need.
>
> I'd be happy to post more details here if I'm not clear what I'm trying to
> do.



Re: Forms submittal to create XML file by Thomas

Thomas
Fri Dec 09 08:47:18 CST 2005

Not possible with the FP Form Handler.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"billdebug" <billdebug@discussions.microsoft.com> wrote in message
news:956D334C-B1F9-4EEC-9701-FE9E9596B540@microsoft.com...
>I am working with Frontpage 2000 and wondering if the form processor will
> give me a method of saving as an XML file. Does not seem to be
> straighforward, even though I can imagine using the custom ASP script option
> as a way to 'handle' the form and parse it into the XML I need.
>
> I'd be happy to post more details here if I'm not clear what I'm trying to do.