I hereby claim:
- I am dmj on github.
- I am dmaus (https://keybase.io/dmaus) on keybase.
- I have a public key whose fingerprint is 5BB5 786F 7B4B CECA DC69 70D9 292E B8E5 68C7 E0C9
To claim this, I am signing this object:
<collection xmlns="http://www.loc.gov/MARC21/slim"> | |
<record> | |
<leader>00770ncm a2200169Ia 4500</leader> | |
<controlfield tag="008">190522s9999||||fr |||||||||||||| | und||</controlfield> | |
<datafield tag="024" ind1="2" ind2="_"> | |
<subfield code="a"> 979-0-2325-0608-1</subfield> | |
</datafield> | |
<datafield tag="040" ind1="#" ind2="#"> | |
<subfield code="a"> BabelScores</subfield> | |
<subfield code="c">BabelScores </subfield> |
;;; hytext.el --- Global hypertext functionality for GNU Emacsen | |
;;; Commentary: | |
;; | |
;;; Code: | |
(defvar hytext-action-alist nil) | |
(define-minor-mode hytext-mode |
<xsl:transform version="2.0" | |
xmlns:fn="tag:[email protected],2019:merge-siblings" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:function name="fn:sibling-group-key" as="xs:string"> | |
<xsl:param name="node" as="node()"/> | |
<xsl:value-of select="generate-id(fn:sibling-group($node)[1])"/> |
<xsl:transform version="3.0" | |
expand-text="yes" | |
xmlns="http://www.tei-c.org/ns/1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output indent="yes"/> | |
<xsl:variable name="gndId" select="'11855140X'"/> | |
<xsl:template name="main"> |
<p:declare-step name="main" version="1.0" | |
xmlns:p="http://www.w3.org/ns/xproc"> | |
<p:xslt name="transformation"> | |
<p:input port="stylesheet"> | |
<p:document href="beispiel.xsl"/> | |
</p:input> | |
<p:input port="source"> | |
<p:inline> | |
<document/> |
I hereby claim:
To claim this, I am signing this object:
<report xmlns="http://purl.oclc.org/dsdl/schematron" test="matches(., '[⌚-⌛]|[⏩-⏬]|[⏰]|[⏳]|[◽-◾]|[☔-☕]|[♈-♓]|[♿]|[⚓]|[⚡]|[⚪-⚫]|[⚽-⚾]|[⛄-⛅]|[⛎]|[⛔]|[⛪]|[⛲-⛳]|[⛵]|[⛺]|[⛽]|[✅]|[✊-✋]|[✨]|[❌]|[❎]|[❓-❕]|[❗]|[➕-➗]|[➰]|[➿]|[⬛-⬜]|[⭐]|[⭕]|[🀄]|[🃏]|[🆎]|[🆑-🆚]|[🇦-🇿]|[🈁]|[🈚]|[🈯]|[🈲-🈶]|[🈸-🈺]|[🉐-🉑]|[🌀-🌠]|[🌭-🌯]|[🌰-🌵]|[🌷-🍼]|[🍾-🍿]|[🎀-🎓]|[🎠-🏄]|[🏅]|[🏆-🏊]|[🏏-🏓]|[🏠-🏰]|[🏴]|[🏸-🏿]|[🐀-🐾]|[&# |
<json:map xmlns:json="http://www.w3.org/2005/xpath-functions"> | |
<json:array key="foo"> | |
<json:string>bar</json:string> | |
<json:string>baz</json:string> | |
</json:array> | |
<json:number key="">0</json:number> | |
<json:number key="a/b">1</json:number> | |
<json:number key="c%d">2</json:number> | |
<json:number key="e^f">3</json:number> | |
<json:number key="g|h">4</json:number> |
<xsl:transform version="3.0" expand-text="true" | |
xmlns:json="http://www.w3.org/2005/xpath-functions" | |
xmlns:mets="http://www.loc.gov/METS/" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:mode on-no-match="shallow-skip"/> | |
<xsl:output indent="true"/> |
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "IIIF Image API 2.1", | |
"description": "Schema for the IIIF Image API image information metadata", | |
"definitions": { | |
"attribution": { | |
"oneOf": [ | |
{ | |
"type": "array", | |
"items": { |