Hi, I need to be able to do the following:
have two form elements that bind to two xml elements, let us call them Price and Quantity, when PRice and quantity is filled out there should be a display somewhere in the document that shows the result of multiplying price by quantity, but that display does not have any binding to the XML. so form element Price binds to Element Price, form element Quantity binds to Element Quantity, form element Priceresult does not bind to anything but is used to display the result of Price * Quantity. Also, can I bind multiple form elements to the same xml element and declare in some way that the form element that has actually been filled out can take precedence? Thanks, Bryan Rasmussen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
