Beginner question (HELP!!)

wxdqz

New Member
I want to take a value in an xml document and use it as the value in a htmltext box. Sounds simple, but I can't get it to work.This is what I have:<b> Bill: </b><input name= "txtBill" value= <!-- m --><a class="postlink" href="http://forums.devx.com/archive/index.php/">http://forums.devx.com/archive/index.php/</a><!-- m --><xsl:value-ofselect="@BillNumber" />> </input>I'm using XML Spy as my editor and it keeps giving me the error that a quoteis expectedThanks for any help!
 
Back
Top