Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: additional functions #15

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Feat: additional functions #15

wants to merge 7 commits into from

Commits on Mar 22, 2021

  1. feat(xbow): additional functions

    - control-flow helpers
    - argument list modifiers
    - get multiple map properties
    - instance-of helper
    - improve node-helper functions
    
    TODO: add tests and documentation, cleanup code
    line-o committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    85558a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. feat: add control flow helper xbow:test

    Simplified `xbow:if`, calls the $then function if $test returns true(),
    but always returns $item if not.
    line-o committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    7d99e05 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. feat: namespace aware node constructors

    - add xbow:attribute-ns#3
    - refactor xbow:wrap-element to allow wrapping contents
      in namespaced elements
    line-o committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    1d95e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c8644 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. chore: add package-lock.json

    line-o committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    7d50b34 View commit details
    Browse the repository at this point in the history
  2. feat: add xbow:items-at

    `xbow:items-at(item()*, xs:integer*)` returns the items of a sequence at
    given positions.
    Related xquery4 spec: qt4cg/qtspecs#249
    line-o committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    dc1fba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8218461 View commit details
    Browse the repository at this point in the history