bennychacko
Programmer
I have a problem retrieving data dynamically from one xml to another.
The scenario is as follows..
In xml1 imagine content is as follows
a (is a hyperlink)
b ,,
c ,,
d ,,
and In xml2 i will write information of
a, (For eg. here i will store a name,address,age etc)
b, ,,
c, ,,
d ,,
in detail
xsl1 and xsl2 are the stylesheets of xml1 and xml2 respectively
Problem is From xml1 if i click 1 i should display only info about 1 and not full xml2
awiting the solution for the problem
regards
benny
The scenario is as follows..
In xml1 imagine content is as follows
a (is a hyperlink)
b ,,
c ,,
d ,,
and In xml2 i will write information of
a, (For eg. here i will store a name,address,age etc)
b, ,,
c, ,,
d ,,
in detail
xsl1 and xsl2 are the stylesheets of xml1 and xml2 respectively
Problem is From xml1 if i click 1 i should display only info about 1 and not full xml2
awiting the solution for the problem
regards
benny