..
/
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">
<!-- 9/14/11 - kr - added keep with next to procedure -->
<xsl:template match="procedure">
<xsl:apply-templates></xsl:apply-templates>
</xsl:template>
<xsl:template match="mainProcedure">
<!-- 9/14/11 - kr - added keep with next to procedure -->
<fo:block text-align="center" font-weight="bold" font-style="italic" font-size="14pt" keep-with-next.within-page="always">
<xsl:text>Procedure</xsl:text>
</fo:block>
<xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>
gopher://khzae.net/0/s1kd/links/projects/3031/sample/PhunGun/CSDB/FO-3031-A00-S1000DGUN-PROCEDURAL_001-00_EN-US.xsl