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. ...) |
Stuartyeates (talk | contribs) (Undo revision 7904 by ZenderCollins (Talk) SPAMMER) |
||
(2 intermediate revisions by 2 users not shown) | |||
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]] |
Latest revision as of 03:44, 13 July 2010
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.