Using tokenize within a stylesheet used in a browser
问题 I'm trying to assign a variable a certain token from a large string. I first tokenize the string, then for each token I check if it contains a certain substring. If it does, I want to assign that token to the variable. Lastly, I use that variable to set an attribute of a div. I've tried this code below, which gives me the exact output i want in oXygen XML Editor . However, when I run the XML/XSLT file in IE (11), it simply just prints out the entire original string, meaing xhtmlVar in the