posted 23 years ago
Hello,
I have a question about parsing some XML data using
XSLT, and then using this data in a call to an ASP
file.
The XML is of the format:
<names> Sriram, John, Brad, Bill </names>
And I'd like to be able to write XSLT to somehow parse
this data into separate strings and perform the calls
GetInfo.asp?=Sriram, GetInfo.asp?=Brad, etc. one by
one in order in a looplike structure.
Could you be able to help out on this?
Thanks,
Sriram