Im using xslt 1.0.
I have to store the string values in an array/sequence. Is there any way to declare a string array/sequence and store values in it??
thanks in advance.
Im using xslt 1.0. I have to store the string values in an array/sequence.
Share
Consider using XSLT 2.0. It has much better support for such data types.