Re: [basex-talk] XQuery: Subsequence of a sequence

2019-07-02 Thread Bridger Dyson-Smith
Hi Jordan, Maybe the fn:head(), fn:tail(), and other functions for sequence operations would help[1]? HTH! Best, Bridger [1] https://www.w3.org/TR/xpath-functions-31/#sequence-functions On Tue, Jul 2, 2019, 6:27 PM Jordan Castillo wrote: > BaseX team, > > Sorry for the long question but I jus

Re: [basex-talk] XQuery: Subsequence of a sequence

2019-07-02 Thread Jordan Castillo
BaseX team, Sorry for the long question but I just figured out what is going on... The '$stereotypes' is a gigantic sequence, which is why I can't separate its members into sequences. Hope you guys have a great week, Jordan Castillo On Tue, Jul 2, 2019 at 3:05 PM Jordan Castillo < jordantcasti

[basex-talk] XQuery: Subsequence of a sequence

2019-07-02 Thread Jordan Castillo
Hello BaseX Staff, I am trying to access members of a sequence that I have created already, but it whenever I use the functions subsequence() it returns the entire sequence, and count() always returns 1. The code: xquery version "3.1"; declare namespace map="http://www.w3.org/2005/xpath-functio