BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
694 stars 265 forks source link

fn:subsequence → fn:items-at #2315

Closed ChristianGruen closed 4 months ago

ChristianGruen commented 4 months ago
(1 to 6) ! subsequence(<a/>/*, ., 1)

…could be rewritten to:

(1 to 6) ! items-at(<a/>/*, .)