I have one problem with '/'
we have a field which contains multiple values and these values will come separated by a slash '/'.
Now i dont know how to resolve when the values it self contains a '/'.
For eg.
<xsd:Value> Tiger / Lion / Deer</xsd:Value>----This is what is expected and when we tokenize it using '/'
we can get value as Tiger , lion and deer.
But what if Tiger value is chnaged to 'Ti/ger'?
How to escape this slash char in xslt?