Search found 1 match

by Alex
Fri Jul 22, 2016 12:22 am
Forum: General XML Questions
Topic: Split String To Array Using XPATH
Replies: 1
Views: 9932

Split String To Array Using XPATH

I'm trying to break a string into an array based on the length. for Ex: If I have a string of 30 characters, I want to convert into an array of 5 characters each using an xpath function. Is there any way to do this? Also, I noticed in this thread - Creating an incremental count variable in XSLT / XP...