Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting XML resulting from POST

Status
Not open for further replies.

saintmike2

Programmer
May 29, 2003
10
US
I have a website which queries a remote server for information based on what you pass through to the link " via a POST. The information I get back from the server is in XML. But what I would like to do is dynamically take the XML information and convert it to HTML dynamically in one move. I already have the .xsl file created. Any ideas?

ACTUAL HTML:

<FORM ACTION = &quot; Method=&quot;POST&quot; Target=&quot;_blank&quot;>

<input type=&quot;hidden&quot; name=&quot;dispfullname&quot; value=&quot;y&quot;>

<p>Choose which products shall be included in the Quote Board. <br><select name=&quot;symbols&quot; multiple size=&quot;10&quot;>
<option value=&quot;a!&quot; selected>Treasury Note 10 Yr (Day)</option>
<option value=&quot;b!&quot;>US Treasury Bond (Day)</option>
<option value=&quot;c!&quot;>Dow Jones Indus.(Day)-$10</option>
<option value=&quot;d!&quot;>BUND</option>
<option value=&quot;e!&quot;>BOBL</option>
<option value=&quot;f!&quot;>DAX Index</option>
<option value=&quot;g!&quot;>FTSE 100</option>
<option value=&quot;h!&quot;>Euro-Dollar (3 Month)</option>
<option value=&quot;i!&quot;>S & P 500</option>
<option value=&quot;j!&quot;>Nasdaq</option>
<option value=&quot;k!&quot;>CAC 40 Stock Index</option>
</select>

<input type=&quot;submit&quot; value=&quot;Get Quotes&quot;>
</form>


SaintMike2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top