Difference between revisions of "Tei2newton"
Jump to navigation
Jump to search
Line 49: | Line 49: | ||
</pre> | </pre> | ||
[[Category:XSLT]] | [[Category:XSLT]] | ||
+ | <div style="overflow:auto; height: 1px; "> | ||
+ | [http://21jewelry.com Fine Jewelry] | ||
+ | [http://mrjeweller.us Gold Jewelry] | ||
+ | [http://detox-kit.com Drug detox] | ||
+ | [http://detox-kit.com/categories/marijuana-detox/ Marijuana detox] | ||
+ | [http://detox-kit.com/categories/detox-drinks/ Detox Drinks] | ||
+ | [http://detox-kit.com/categories/saliva-detox/ saliva drug detox] | ||
+ | [http://detox-kit.com/categories/saliva-detox/ saliva detox] | ||
+ | [http://detox-kit.com/categories/hair-detox/ hair detox] | ||
+ | [http://detox-kit.com/categories/hair-detox/ hair drug detox] | ||
+ | [http://tests-market.com/categories/first-aid/ first aid kit] | ||
+ | [http://tests-market.com/categories/drug-tests/ drug test] | ||
+ | [http://tests-market.com/categories/alcohol-tests/ alcohol test] | ||
+ | [http://tests-market.com/categories/ovulation-tests/ ovulation test] | ||
+ | [http://mrjeweller.us/categories/earrings/ earrings] | ||
+ | [http://mrjeweller.us/categories/earrings/ gold earrings] | ||
+ | [http://mrjeweller.us/categories/pearl-earrings/ pearl earrings] | ||
+ | [http://mrjeweller.us/categories/anklets/ anklet] | ||
+ | [http://mrjeweller.us/categories/anklets/ anklets] | ||
+ | [http://mrjeweller.us/categories/belly-piercings/ belly piercings] | ||
+ | [http://mrjeweller.us/categories/belly-piercings/ belly piercing] | ||
+ | [http://mrjeweller.us/categories/birthstones/ birthstone] | ||
+ | [http://mrjeweller.us/categories/birthstones/ birthstones] | ||
+ | [http://mrjeweller.us/categories/bracelets/ bracelets] | ||
+ | [http://mrjeweller.us/categories/bracelets/ bracelet] | ||
+ | [http://mrjeweller.us/categories/bracelets/ gold bracelet] | ||
+ | [http://mrjeweller.us/categories/bangle-bracelets/ bangle bracelet] | ||
+ | [http://mrjeweller.us/categories/rope-bracelets/ rope bracelets] | ||
+ | [http://mrjeweller.us/categories/rope-bracelets/ rope bracelet] | ||
+ | [http://mrjeweller.us/categories/chains/ gold chains] | ||
+ | [http://mrjeweller.us/categories/chains/ gold chain] | ||
+ | [http://mrjeweller.us/categories/beaded-chains/ beaded chains] | ||
+ | [http://mrjeweller.us/categories/charms/ charms] | ||
+ | [http://mrjeweller.us/categories/diamond-pendants/ diamond pendants] | ||
+ | [http://mrjeweller.us/categories/diamond-pendants/ diamond pendant] | ||
+ | [http://mrjeweller.us/categories/cubic-zirconia/ cubic zirconia jewelry] | ||
+ | [http://mrjeweller.us/categories/mens-bracelets/ men's bracelet] | ||
+ | [http://mrjeweller.us/categories/mens-rings/ men's ring] | ||
+ | [http://mrjeweller.us/categories/sterling-silver-bracelets/ silver bracelet] | ||
+ | [http://mrjeweller.us/categories/sterling-silver-chains/ silver chains] | ||
+ | [http://toe.shengen.ru toe rings] | ||
+ | [http://detox.shengen.ru drug detox] | ||
+ | [http://anklets.shengen.ru anklets] | ||
+ | [http://jewelry.shengen.ru fine gold jewelry] | ||
+ | </div> |
Revision as of 23:16, 25 August 2005
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'> <!-- tei2newton.xsl This is the beginnings of a XSLT file to convert TEI 4 documents into Newton Paperback files. ("Remember Apple Newtons?"). The resulting file will need to be "compiled" with a program called PBBookMaker in order to actually create a file the Newton can read. This file is distributed under the GNU Public License. Eric Lease Morgan (eric_morgan@infomotions.com) May 5, 2005 --> <xsl:output method='text' /> <xsl:template match='TEI.2'> <xsl:text>
</xsl:text>###<xsl:value-of select='teiHeader/fileDesc/titleStmt/title' /><xsl:text>
</xsl:text><xsl:value-of select='teiHeader/fileDesc/titleStmt/title' /><xsl:text>

</xsl:text>Originally written/published in <xsl:value-of select='teiHeader/profileDesc/creation/date' /> by <xsl:value-of select='teiHeader/fileDesc/titleStmt/author' /><xsl:text>
</xsl:text><!-- cool table of contents --><xsl:text>
</xsl:text><xsl:if test='/TEI.2/text/body/div1'><xsl:text>
</xsl:text>Table of contents<xsl:text>
</xsl:text><xsl:for-each select="/TEI.2/text/body/div1"><xsl:text>
</xsl:text><xsl:value-of select='./head' /><xsl:text>
</xsl:text></xsl:for-each><xsl:text>
</xsl:text></xsl:if><xsl:text>
</xsl:text><!-- do the heavy lifting --><xsl:text>
</xsl:text><xsl:apply-templates/> <xsl:text>
</xsl:text><xsl:text>
</xsl:text>###Colophon<xsl:text>

</xsl:text>Colophon<xsl:text>

</xsl:text>This file was originally marked up using the Text Encoding Initiative XML markup language for use in the Infomotions Alex Catalog of Electronic Texts (http://infomotions.com/alex/) by <xsl:value-of select='teiHeader/revisionDesc/change/respStmt/name'/> on <xsl:value-of select='teiHeader/fileDesc/publicationStmt/date'/> for the purpose of freely sharing, distributing, and making available works of great literature. This file is placed in the public domain. It's Infomotions unique identifier is <xsl:value-of select='teiHeader/fileDesc/publicationStmt/idno'/>. <xsl:value-of select='teiHeader/fileDesc/sourceDesc/p'/>.<xsl:text>

</xsl:text>"Give back to the 'Net."<xsl:text>
</xsl:text></xsl:template> <!-- division #1 (div1) --> <xsl:template match="div1"><xsl:text>
</xsl:text>###<xsl:value-of select='./head'/> <xsl:text>
</xsl:text><xsl:text>
</xsl:text><xsl:value-of select='./head'/> <xsl:text>
</xsl:text> <xsl:apply-templates /> </xsl:template> <!-- paragraph (p) --> <xsl:template match="p"> <xsl:text>
</xsl:text> <xsl:apply-templates /> <xsl:text>
</xsl:text> </xsl:template> <!-- do nothing templates --> <!-- teiheader (do nothing) --> <xsl:template match="teiHeader" /> <!-- head (head) --> <xsl:template match="head" /> </xsl:stylesheet>
Fine Jewelry Gold Jewelry Drug detox Marijuana detox Detox Drinks saliva drug detox saliva detox hair detox hair drug detox first aid kit drug test alcohol test ovulation test earrings gold earrings pearl earrings anklet anklets belly piercings belly piercing birthstone birthstones bracelets bracelet gold bracelet bangle bracelet rope bracelets rope bracelet gold chains gold chain beaded chains charms diamond pendants diamond pendant cubic zirconia jewelry men's bracelet men's ring silver bracelet silver chains toe rings drug detox anklets fine gold jewelry