Project

Profile

Help

function item-at removed - what alternative?

Added by Anonymous almost 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.


Replies (2)

RE: function item-at removed - what alternati - Added by Anonymous almost 19 years ago

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

RE: function item-at removed - what alternati - Added by Anonymous almost 19 years ago

Legacy ID: #3210789 Legacy Poster: maxbic (maxbic)

Thanks

    (1-2/2)

    Please register to reply