Difference between revisions of "U16.xsl"
Jump to navigation
Jump to search
(New page: == Summary == This is a quick XSLT script for removing the namespaces from any document. It will remove the prefix as well. I think I picked it up off the XSL-List run by mulberry-tech. ...) |
|||
Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
− | |||
− | |||
− | |||
− | |||
− | + | This converts a TEI P5 transcription of part of a biblical manuscript to HTML. It makes use of the msDescription element. | |
== Required Input == | == Required Input == | ||
− | + | The input is a TEI P5 transcription of part of a biblical manuscript found [http://purl.org/tfinney/Freer/U16.xml here]. | |
− | |||
== Expected Output == | == Expected Output == | ||
− | + | An HTML version of the transcription. | |
== Known Restrictions or Problems == | == Known Restrictions or Problems == | ||
− | + | ||
− | + | This is only known to work with the transcription linked above. | |
− | |||
− | |||
== Stylesheet == | == Stylesheet == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | The stylesheet is found [http://purl.org/tfinney/Freer/U16.xsl here]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:XSLT]] | [[Category:XSLT]] |
Revision as of 06:37, 29 April 2008
Summary
This converts a TEI P5 transcription of part of a biblical manuscript to HTML. It makes use of the msDescription element.
Required Input
The input is a TEI P5 transcription of part of a biblical manuscript found here.
Expected Output
An HTML version of the transcription.
Known Restrictions or Problems
This is only known to work with the transcription linked above.
Stylesheet
The stylesheet is found here.