Hello,
I am using XMLConnector to receive data from a external xml file
I am binding DataSet component to the XMLConnector.
Does DataSet component save this formatted data within itself ?. I want to use
this formatted data in the following manner

e.g. my data has slide id,slide name,slide note and reference to the slide
information extracted from xml document. If the user clicks a button and
requests for slide 2 ,i should be able to retrive this data from the dataSet
and display the slide and it's slidenote

how can I achieve this??

regards
anant