gwmbox Posted September 3, 2011 Posted September 3, 2011 Hi all, I am trying to create a basic xslt contact form and really do not know where to start so I can I ask if anyone has a basic form they can share with me so I can learn from and further develop for my needs please. A full working basic form would really help please.CheersGW
Martin Honnen Posted September 4, 2011 Posted September 4, 2011 XSLT is a language used to transform XML to XML or HTML or plain text. It does not have any forms so I am not sure what you ask for with the term "xslt contact form". You might be able to use XSLT to transform an XML document to a HTML document with a HTML form or to an XHTML document with an XForms form but none of that is something I would consider an "xslt contact form".
gwmbox Posted September 4, 2011 Author Posted September 4, 2011 XSLT is a language used to transform XML to XML or HTML or plain text. It does not have any forms so I am not sure what you ask for with the term "xslt contact form". You might be able to use XSLT to transform an XML document to a HTML document with a HTML form or to an XHTML document with an XForms form but none of that is something I would consider an "xslt contact form".Ok thanks for the reply, as you can see by my question I have little know how about how it works, I am reading up and trying to learn. I guess what I am looking for is a sample contact form that someone is using that is in xsl/xml format. I am unsure how else to ask for it?ThanksGW
Martin Honnen Posted September 5, 2011 Posted September 5, 2011 Well neither XSLT nor XML in general has forms. XForms has forms and if you seem to be interested in XSLT and forms the only combination that I can think of is an implementation of XForms with XSLT: http://www.agencexml.com/xsltforms. As for a contact form, see http://www.agencexml.com/xsltforms/xf.xml
Recommended Posts
Archived
This topic is now archived and is closed to further replies.