Skip to content
View joewiz's full-sized avatar

Organizations

@eXist-db @expath @HistoryAtState @government @coding4humanists @Pittsburgh-NEH-Institute @xqdoc @eeditiones

Block or report joewiz

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. learn-xquery learn-xquery Public

    A list of great articles, blog posts, and books for learning XQuery

    43 6

  2. xquery-power xquery-power Public

    A list of resources built on or with XQuery

    26 7

  3. punch punch Public

    A simple app demonstrating how to create a dynamic, searchable website for TEI text using XQuery and eXist

    XQuery 14 1

  4. Split (or "tokenize") a string into ... Split (or "tokenize") a string into "sentences", with XQuery. See http://joewiz.org/2013/06/29/one-paragraph-many-sentences/.
    1
    xquery version "1.0";
    2
    
                  
    3
    (: A naive approach to sentence tokenization inspired by http://stackoverflow.com/a/2103653/659732 
    4
     : 
    5
     : Works well with edited text like newspapers. Parameters like punctuation can/should be edited; 
  5. eXist-db/semver.xq eXist-db/semver.xq Public

    SemVer 2.0 parsing in XQuery

    XQuery 6 3

  6. An introduction to recursion in XQuery An introduction to recursion in XQuery
    1
    ## An introduction to recursion in XQuery
    2
    
                  
    3
    - Created: Nov 28, 2017
    4
    - Updated: Nov 29, 2017: Now covers transformation of XML documents
    5