Skip to content

Instantly share code, notes, and snippets.

@jonbitgood
jonbitgood / usx-3.0.xsd
Created November 18, 2020 17:00
USX 3.0
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xs:import namespace="http://www.w3.org/2001/XMLSchema-instance" schemaLocation="../xsi.xsd"/>
<xs:group name="USX">
<xs:choice>
<xs:group ref="Scripture"/>
<xs:group ref="Peripheral"/>
</xs:choice>
</xs:group>
<xs:group name="Scripture">
@jonbitgood
jonbitgood / pericobes.tsv
Last active August 11, 2023 18:41
Bible Section Titles
GN1.1 Creation
GN2.4 The First Humans
GN2.8 The Garden of Eden
GN3.1 The Sin of Adam and Eve
GN4.1 Cain Murders Able
GN4.16 The Family of Cain
GN4.25 The Family of Adam
GN6.1 The Wickedness of Man
GN6.9 Noah's Ark
@jonbitgood
jonbitgood / usx.yaml
Created July 17, 2020 20:29
USX 3.0 Schema quick reference
---
h:
type: para
attribute: style
variation: identification
meta_data: true
toc1:
type: para
attribute: style
variation: identification
@jonbitgood
jonbitgood / usx.xslt
Created August 1, 2019 17:31
XSLT for USX 3.0
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output indent="yes" />
<xsl:strip-space elements="*" />
<xsl:template match="usx">
<html>
<head>
<meta content="utf-8" />
<link rel="stylesheet" href="bible.css" />
</head>
@jonbitgood
jonbitgood / dbl-orgs-to-dbp-orgs.json
Last active January 29, 2019 22:32
DBL Organizations compared to DBP Organizations
{
"data":
[
{
"organization_parent_id": 530,
"organization_child_id": 1,
"relationship_id": "54650cd05117ad67b3826e99",
"type": "Member",
"created_at": "2019-01-29 16:31:52",
"updated_at": "2019-01-29 16:31:52"