PDA

View Full Version : HTML form to REST service


rbrown17
06-11-2006, 02:18 PM
If you create an HTML form to send information to a REST web service:

1/ Does it need to be an XHTML form so that a link to a .xsd can be used. If this is the case does anyone know of any links to further information on how to do this, e.g code style required in the xhtml document.

2/The REST service returns an XML page but how can this be formatted with CSS/XSLT or both ? Does anyone know of any links to further information / code style required to achieve this ?