CSS recursive oxy_substring
Posted: Sat Mar 08, 2014 12:24 am
Hello,
XML input:
I need to output only "Downtown" from my CSS.
I've tried a combination of nested oxy_indexof and oxy_substring with no luck.
Will someone please send me the correct syntax for this?
I also need to account for the condition of no "|" present.
I'd rather not run an XSLT on this.
THANKS
XML input:
Code: Select all
<NEIGHBORHOOD name="North America|Canada|British Columbia|Vancouver|Downtown"/>
I've tried a combination of nested oxy_indexof and oxy_substring with no luck.
Will someone please send me the correct syntax for this?
I also need to account for the condition of no "|" present.
I'd rather not run an XSLT on this.
THANKS