Skip to content

Bakko000/TEI-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Text Encoding (2021/22)

Project contained in this repository has been created for Text Encoding exam, coordinated by Angelo Mario Del Grosso, from students of Digital Humanities:

The project has been validated with Xerces by the following command:

Xerces validation

$ java -cp "Xerces-J-bin.2.12.1/xerces-2_12_1/xml-apis.jar;Xerces-J-bin.2.12.1/xerces-2_12_1/xercesImpl.jar;Xerces-J-bin.2.12.1/xerces-2_12_1/xercesSamples.jar" dom.Counter prolusioni.xml

XML and XSL files has been transformed with Saxon-HE 10.3 to HTML file "prolusioni.html" by the following command:

XSL transform

$ java -jar ./SaxonHE10-3J/saxon-he-10.3.jar -s:prolusioni.xml -xsl:stile.xsl -o:prolusioni.html

Result:

prolusioni.xml: 144;31;1 ms (1142 elems, 3177 attrs, 8633 spaces, 39644 chars)

Preview

https://hydrerscript.altervista.org/codifica/prolusioni.html

Releases

No releases published

Packages

No packages published

Languages