<Object  type="drop-down" name="Medical Emergency?"> 
<Properties text="" padding="0"  height="23">
  <Property id="captions">
    <Item value="Yes" />
    <Item value="No" />
  </Property>
  <Property id="values">
    <Item value="1" />
    <Item value="2" />
  </Property>

I have the drop down Id & values like this in XML. I need to add it to drop down in HTML format. Am using XPathNavigator, kindly help me to load it as dropdown like html

link|improve this question
XPath is a query language for XML documents and as such is read-only. What you want can be easily done with XSLT. Tag your question xslt and you'll get many answers momentarily. – Dimitre Novatchev Nov 20 '11 at 21:04
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.