FORM DOES NOT SAVE AS TRUE XML

M

Marc

I need to know how to get my form to save the field names in xml format
instead of <field name="Fault"> "Broken" </field>.
I need it to save as <Fault>Broken</Fault>.
I created the form in Frontpage 2003. What can I do or what did I do wrong
that Frontpage will not save it to my file as a true xml format?
 
J

Jens Peter Karlsen[FP MVP]

<field name="Fault"> "Broken" </field> is valid XML. To save as you
want, you must write your own form handler.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

Marc

Any suggestions?


Jens Peter Karlsen said:
<field name="Fault"> "Broken" </field> is valid XML. To save as you
want, you must write your own form handler.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Marc [mailto:[email protected]]
Posted At: 5. april 2005 06:11
Posted To: microsoft.public.frontpage.programming
Conversation: FORM DOES NOT SAVE AS TRUE XML
Subject: FORM DOES NOT SAVE AS TRUE XML


I need to know how to get my form to save the field names in
xml format instead of <field name="Fault"> "Broken" </field>.
I need it to save as <Fault>Broken</Fault>.
I created the form in Frontpage 2003. What can I do or what
did I do wrong that Frontpage will not save it to my file as
a true xml format?
 
J

Jens Peter Karlsen[FP MVP]

Learn ASP or PHP depending on what is supported at the Server.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Marc [mailto:[email protected]]
Posted At: 9. april 2005 20:29
Posted To: microsoft.public.frontpage.programming
Conversation: FORM DOES NOT SAVE AS TRUE XML
Subject: Re: FORM DOES NOT SAVE AS TRUE XML


Any suggestions?


Jens Peter Karlsen said:
<field name="Fault"> "Broken" </field> is valid XML. To save as you
want, you must write your own form handler.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Marc [mailto:[email protected]]
Posted At: 5. april 2005 06:11
Posted To: microsoft.public.frontpage.programming
Conversation: FORM DOES NOT SAVE AS TRUE XML
Subject: FORM DOES NOT SAVE AS TRUE XML


I need to know how to get my form to save the field names in xml
format instead of <field name="Fault"> "Broken" </field>.
I need it to save as <Fault>Broken</Fault>.
I created the form in Frontpage 2003. What can I do or what did I do
wrong that Frontpage will not save it to my file as a true xml
format?
 
M

Marc

IT's sharepoint so it looks like asp..

Jens Peter Karlsen said:
Learn ASP or PHP depending on what is supported at the Server.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Marc [mailto:[email protected]]
Posted At: 9. april 2005 20:29
Posted To: microsoft.public.frontpage.programming
Conversation: FORM DOES NOT SAVE AS TRUE XML
Subject: Re: FORM DOES NOT SAVE AS TRUE XML


Any suggestions?


Jens Peter Karlsen said:
<field name="Fault"> "Broken" </field> is valid XML. To save as you
want, you must write your own form handler.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Marc [mailto:[email protected]]
Posted At: 5. april 2005 06:11
Posted To: microsoft.public.frontpage.programming
Conversation: FORM DOES NOT SAVE AS TRUE XML
Subject: FORM DOES NOT SAVE AS TRUE XML


I need to know how to get my form to save the field names in xml
format instead of <field name="Fault"> "Broken" </field>.
I need it to save as <Fault>Broken</Fault>.
I created the form in Frontpage 2003. What can I do or what did I do
wrong that Frontpage will not save it to my file as a true xml
format?
 

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

Top