Here's the idea:
An XML (xsl?) file with a list like:
<combo1>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</combo1>
<combo2>
<option value="A">Aye</option>
<option value="B">Bee</option>
<option value="C">See</option>
</combo2>
Now can I make an html (or xml?) file, that uses this XML listing to generate two combo boxes with the appropriate values and display strings?
Really need this. I could use VBSCript and the DOM if required - but I thot I'd ask first if there's a way to simply use XML/XSL and let the combo boxes generate themselves!
Thanks very much! Lyra Computing
An XML (xsl?) file with a list like:
<combo1>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</combo1>
<combo2>
<option value="A">Aye</option>
<option value="B">Bee</option>
<option value="C">See</option>
</combo2>
Now can I make an html (or xml?) file, that uses this XML listing to generate two combo boxes with the appropriate values and display strings?
Really need this. I could use VBSCript and the DOM if required - but I thot I'd ask first if there's a way to simply use XML/XSL and let the combo boxes generate themselves!
Thanks very much! Lyra Computing