function item-at removed - what alternative?
Replies (2)
Please register to reply
Added by Anonymous over 19 years ago
Legacy ID: #3210541 Legacy Poster: maxbic (maxbic)
Hello, I'm trying to use the item-at function after calling tokenize on a string. According to the saxon7.9 documentation, the item-at function was removed. Is there an alternative function to use when on saxon8.4? I downgraded to saxon 7.7, and the function works. http://saxon.sourceforge.net/saxon7.9/functions.html#fn:item-at Thanks.
Legacy ID: #3210721 Legacy Poster: Michael Kay (mhkay)
The item-at() function was removed from the spec because item-at(SEQ, N) returns the same as SEQ[N]. Michael Kay
Legacy ID: #3210789 Legacy Poster: maxbic (maxbic)
Thanks
Please register to reply