Hi.I am new to adobe livecycle and I need some guidance in a problem
that I am facing.I have an XML. The main tag 'employee' has 4 tags in
it, name, age, ph# and address.Address tag has 6 more tags in it.I have
to create a table which has 4 columns initially (all text fields). The
rows are populated acccording to the XML.1. S. No., which increments
according to row number.2. Name from XML.3. Age from XML.4. ph# from
XML.When any S. No. is clicked on, it should display the address details
below t...