Hello everybody,
Question,HowI canload theexternalxmlfiledatain theform.
ForexamleI have ownedadropdownlist boxthat contains the followinggive: A,B, C.
And thenI havefields inmy form:TextField1,TextField2,textField3.
BychangingeventdropdownlistboxImust load thexml dynamically:
http://mywebsite.com/userdata/myxml-A.xml
or
http://mywebsite.com/userdata/myxml-B.xml
or
http://mywebsite.com/userdata/myxml-C.xml
The XML fileisloadedin thefieldsfill in theform:
for example:
textField1.rawValue=C.textForField1
textField2.rawValue=C.textForField2
textField3.rawValue=C.textForField3
Does anyonecould give meanexamplehow Ishouldproceed?
Thank you in advance.