..
/
download
<?xml version='1.0'?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<!-- kr - 9/15/11 - Renamed files to S1000DGUN -->
<!-- KR - 3/17/11 - Upissued filenames to Issue 1.0 -->
<!-- 8/21/11 - kr - eliminated space from all elements -->
<xsl:include href="FO-3031-A00-S1000DGUN-PAGESETS_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-TOC_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-DMODULE_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-FIGURE_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-IDSTATUS_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-REFS_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-ATTRIBUTES_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-COMMON_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-CONTENT_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-PARA_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-LISTS_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-INLINE_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-DESCRIPTIVE_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-PROCEDURAL_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-CREW_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-IPD_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-PROHIBITED_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-DOCBOOK-TABLE_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-DOCBOOK-FORMAL_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-DOCBOOK-PI_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-DOCBOOK-FO-RTF_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-WCN_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-APPLIC_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-REQCONDS_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-TECHREP_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-SCHEDULE_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-FAULT_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-CHECKLIST_001-00_EN-US.xsl"/>
<xsl:include href="FO-3031-A00-S1000DGUN-PUBLICATION_001-00_EN-US.xsl"/>
<xsl:key name="id" match="*" use="@id"/>
<!-- 8/21/11 - kr - eliminate space from all elements -->
<xsl:strip-space elements="*"/>
<xsl:template match=" * ">
<fo:block font-size="20pt" font-weight="bold" color="red">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
<xsl:template match=" text() | @*">
<xsl:value-of select=" . "/>
</xsl:template>
<xsl:template match="comment()"/>
</xsl:stylesheet>
gopher://khzae.net/0/s1kd/links/projects/3031/sample/PhunGun/CSDB/FO-3031-A00-S1000DGUN-MAIN_001-00_EN-US.xsl