PDA

View Full Version : XML node data to Button Component


usr3712
02-05-2005, 11:48 PM
Hello,

Quick overview:

I'm using the XML Connector to retrieve data from an XML file. With two Combo Boxes, the first displays "Regions" the second display "Areas" which is tied to the "Regions" Combo Box. The "Areas" have an XML node "URL" which need to targett the address in the "URL" node. How do I get this "URL" data to attach to a Button component. The "URL" data supplied will change depending on which "Area" is selected depending on which "Region" is selected.

Ultimately I need the to Button to getURL associated with the "Area" "URL" data node. Did I make that more confusing than necessary?

Any and all help (or other suggestions for similar functionality) greatly appreciated!!

Thanks!

metafocal
02-22-2005, 05:43 PM
Can the button component receive the data from a selected index from the combo box?

metafocal
02-23-2005, 03:55 AM
Ive got the easiest solution, in the xml document add an href and have either a label or text component bind to it as html. Gravy!

usr3712
02-23-2005, 04:13 AM
perfect

sometimes we get ahead of ourselves... (and that's all part of it)