hello, please help !!!! I'm new to xml and xsl.
i have the data in comma delimited list:
<dispositionMethod>ST,DE,OT</dispositionMethod>
the data are not always in this order, however, i want to parse each field to something as for option checkbox list in my XSL with output:
match ST
output "storage"
match DE
output "destruction"
match OT
output "other"
and so on...
Thanks so much in advance !!!!
i have the data in comma delimited list:
<dispositionMethod>ST,DE,OT</dispositionMethod>
the data are not always in this order, however, i want to parse each field to something as for option checkbox list in my XSL with output:
match ST
output "storage"
match DE
output "destruction"
match OT
output "other"
and so on...
Thanks so much in advance !!!!