Skip to content

Instantly share code, notes, and snippets.

View meau's full-sized avatar

Maureen Callahan meau

View GitHub Profile
@meau
meau / BiggestFolder
Created July 24, 2014 15:40
What's the largest folder number in a given finding aid?
xquery version "1.0";
declare namespace ead="urn:isbn:1-931666-22-9";
declare namespace xlink = "http://www.w3.org/1999/xlink";
<foldernum>
{
for $ead in ead:ead
let $doc := base-uri($ead)
return
@meau
meau / WhichBoxesFolder1
Created July 24, 2014 15:33
Which boxes in which collections have a "Folder 1"?
xquery version "1.0";
declare namespace ead="urn:isbn:1-931666-22-9";
declare namespace xlink = "http://www.w3.org/1999/xlink";
<root>
{
for $ead in ead:ead
let $doc := base-uri($ead)
return