{"id":22352062,"url":"https://github.com/scdh/x2tei-transformations","last_synced_at":"2026-01-06T10:11:13.415Z","repository":{"id":263397333,"uuid":"857115319","full_name":"SCDH/x2tei-transformations","owner":"SCDH","description":"Transformation from various Formats to TEI","archived":false,"fork":false,"pushed_at":"2024-11-18T09:43:38.000Z","size":333,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T13:15:30.836Z","etag":null,"topics":["converters","docx","pagexml","tei","tei-xml","usx"],"latest_commit_sha":null,"homepage":"","language":"XSLT","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SCDH.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T20:44:55.000Z","updated_at":"2024-11-18T10:14:01.000Z","dependencies_parsed_at":"2024-11-19T04:05:29.474Z","dependency_job_id":null,"html_url":"https://github.com/SCDH/x2tei-transformations","commit_stats":null,"previous_names":["scdh/x2tei-transformations"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCDH%2Fx2tei-transformations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCDH%2Fx2tei-transformations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCDH%2Fx2tei-transformations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCDH%2Fx2tei-transformations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SCDH","download_url":"https://codeload.github.com/SCDH/x2tei-transformations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245650496,"owners_count":20650105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converters","docx","pagexml","tei","tei-xml","usx"],"created_at":"2024-12-04T12:17:01.605Z","updated_at":"2026-01-06T10:11:13.354Z","avatar_url":"https://github.com/SCDH.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x 2 TEI Transformations\n\nThis is an XSLT library for transforming various input formats to TEI-XML. Input formats include\n\n- [USX](https://ubsicap.github.io/usx/) as used by *Deutsche\n  Bibelgesellschaft*, currently transforming USX 3.0 documents to TEI\n  P5: [XSLT](xsl/usx) [Wiki](../../wikis/usx)\n- [Accordance](https://www.accordancebible.com/) plain text files of\n  books of the Bible to TEI P5: [XSLT](xsl/accordance) [Wiki](../../wikis/accordance)\n- docx: [XSLT](xsl/docx) [Wiki](../../wikis/docx)\n- PageXML: [XSLT](xsl/pagexml) [Wiki](../../wikis/pagexml)\n\n## Getting started\n\nUsage notes on the transformation can be found in the comments at the\nbeginning of the xsl files in the [`xsl`](xsl) folder.\n\nThere are also [Wiki](../../wikis/home) entries on the usage. Users\nare welcome to add their own usage notes there.\n\nThis project uses\n[Tooling](https://zivgitlab.uni-muenster.de/SCDH/tei-processing/tooling)\nfor *simple*, *extensible* and *reproducible* download of tools for\nusing the project's components.\n\nTo get Saxon for using this project's transformation simply run:\n\n```\n./mvnw package\n```\n\nAfter this, you have a nice wrapper script in `target/bin/xslt.sh`\n\n```\ntarget/bin/xslt.sh -?\nSaxon-HE 10.9J from Saxonica\nUsage: see http://www.saxonica.com/documentation/index.html#!using-xsl/commandline\nFormat: net.sf.saxon.Transform options params\nOptions available: -? -a -catalog -config -cr -diag -dtd -ea -expand -explain -export -ext -im -init -it -jit -l -lib -license -m -nogo -now -ns -o -opt -or -outval -p -quit -r -relocate -repeat -s -sa -scmin -strip -t -T -target -TB -threads -TJ -Tlevel -Tout -TP -traceout -tree -u -val -versionmsg -warnings -x -xi -xmlversion -xsd -xsdversion -xsiloc -xsl -y --?\nUse -XYZ:? for details of option XYZ\nParams:\n  param=value           Set stylesheet string parameter\n  +param=filename       Set stylesheet document parameter\n  ?param=expression     Set stylesheet parameter using XPath\n  !param=value          Set serialization parameter\n```\n\nThe usage notes in the beginning of the XSLT transformations assume\nthat this tooling is used.\n\n\n## Web Interface\n\n### Local Deployment\n\nGet dependencies and build:\n\n```\n./mvnw clean package\n```\n\nAfter running the following command in a terminal, the web UI locally\nunder\n[http://localhost:8080/x2tei-transformations/index.html](http://localhost:8080/x2tei-transformations/index.html):\n\n```\n./mvnw jetty:run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscdh%2Fx2tei-transformations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscdh%2Fx2tei-transformations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscdh%2Fx2tei-transformations/lists"}