[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Passing XML data to HTML form


Subject: [xsl] Passing XML data to HTML form
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Mon, 1 Dec 2003 11:18:14 +0100

Hi all,

I want to pass following xml data to a form.

Any suggestions?

Regards,


------------- form ------------
<html>
<head><title>Request Form</title></head>
<body>
<form name="input" action="mailto:someone@xxxxxxxxxxx"
method="get">

<table>
<tr><td>Object Id:</td> <td><input type="text" name="id"/></td></tr>
<tr><td>Name:</td> <td><input type="text" name="name"/></tr>
<tr><td>Last Modified:</td> <td><input type="text"
name="modified"/></td></tr>
<tr><td>Description:</td> <td><input type="text"
name="description"/></td></tr>

<tr><td><input type="submit" value="Submit"/></td></tr>

</table>

</form>
</body>
</html>

------------ style -----------------
      <xsl:when test="($doc_scope='EFSA') or ($doc_scope='No
dissemination')">
	<a href="#"><IMG src="Icones/broken.gif" alt="*.Restricted"
border="0" align="middle"/></a>
	<tr><td width="5%" valign="top" align="center"></td> 
        <td width="85%" valign="top" align="left" colspan="2">	
        <a href="file:///c:/1xml/request_form.html">Request this
document</a>
	</td></tr>
      </xsl:when>	

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml