This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <data> | |
| { | |
| for $Record in /ead | |
| where $Record/archdesc/dsc//c[@id] | |
| let $id := $Record/archdesc/did/unitid[@type='clio']/text() | |
| let $repo := $Record/archdesc/did/unitid[1]/@repositorycode | |
| let $componentID := $Record/archdesc/dsc//@id | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <data> | |
| { | |
| for $Record in /ead | |
| where $Record/archdesc/dsc//c[@level="otherlevel"] | |
| let $id := $Record/archdesc/did/unitid[@type='clio']/text() | |
| let $repo := $Record/archdesc/did/unitid[1]/@repositorycode | |
| let $componentID := $Record/archdesc/dsc//c/@otherlevel | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <data> | |
| { | |
| for $Record in /ead | |
| where $Record/archdesc/dsc//c[@level="file"][c[@level="file"]] | |
| let $id := $Record/archdesc/did/unitid[@type='clio']/text() | |
| let $repo := $Record/archdesc/did/unitid[1]/@repositorycode | |
| let $filewithinfile := $Record/archdesc/dsc//c[@level="file"][c[@level="file"]]/did/unittitle | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <data> | |
| { | |
| for $Record in /ead | |
| where $Record/archdesc/dsc//p[empty, .] | |
| let $id := $Record/archdesc/did/unitid[@type='clio']/text() | |
| let $repo := $Record/archdesc/did/unitid[1]/@repositorycode | |
| let $empty := $Record/archdesc/dsc//p[empty, .] | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <data> | |
| { | |
| for $Record in /ead | |
| where $Record//container[@type='box'][not(matches(., "^[0-9]"))] or $Record//container[@type='Box'][not(matches(., "^[0-9]"))] | |
| let $id := $Record/archdesc/did/unitid[@type='clio']/text() | |
| let $repo := $Record/archdesc/did/unitid[1]/@repositorycode | |
| let $container := $Record/archdesc/dsc//container[(@type="box" or @type="Box")][not(matches(., "^[0-9]"))] | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <data> | |
| { | |
| for $Record in /ead[archdesc/dsc//container[not (@type="box" or @type="Box" or @type="Folder" or @type="folder")]] | |
| let $id := $Record/archdesc/did/unitid[@type='clio']/text() | |
| let $repo := $Record/archdesc/did/unitid[1]/@repositorycode | |
| let $container := $Record//container[not (@type="box" or @type="Box" or @type="Folder" or @type="folder")] | |
| order by $repo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:ead="urn:isbn:1-931666-22-9" | |
| exclude-result-prefixes="xs " | |
| version="2.0"> | |
| <xsl:template match="@*|node()"> | |
| <xsl:copy> | |
| <xsl:apply-templates select="@*|node()"/> | |
| </xsl:copy> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:ead="urn:isbn:1-931666-22-9" | |
| exclude-result-prefixes="xs " | |
| version="2.0"> | |
| <xsl:template match="@*|node()"> | |
| <xsl:copy> | |
| <xsl:apply-templates select="@*|node()"/> | |
| </xsl:copy> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:ead="urn:isbn:1-931666-22-9" | |
| exclude-result-prefixes="xs " | |
| version="2.0"> | |
| <xsl:template match="@*|node()"> | |
| <xsl:copy> | |
| <xsl:apply-templates select="@*|node()"/> | |
| </xsl:copy> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
| xmlns:ead="urn:isbn:1-931666-22-9" | |
| xmlns:xlink="http://www.w3.org/1999/xlink" | |
| exclude-result-prefixes="xs " | |
| version="2.0"> | |
| <xsl:template match="@*|node()"> | |
| <xsl:copy> | |
| <xsl:apply-templates select="@*|node()"/> |