- Cleanup output folders before processing

- New GenMac code
- Anchors on form design
- Exclude list to eliminate unsupported formats
- Added namespace to svg element
- Added black stroke attribute to line element
Added Checkoffs
Changed ChangeBar structures
This commit is contained in:
Rich
2010-05-25 16:07:41 +00:00
parent 699b412bcd
commit f2c571b113
4 changed files with 143 additions and 86 deletions

View File

@@ -18,6 +18,7 @@
<xsl:apply-templates select="Index"/>
<xsl:apply-templates select="numberingsequence"/>
<xsl:apply-templates select="IsStepSection"/>
<xsl:apply-templates select="UseCheckOffs"/>
<xsl:apply-templates select="oldtonew"/>
<xsl:apply-templates select="pagestyle"/>
<xsl:apply-templates select="dstyle|DocStructStyle|PTopRow|ContStyle|EndStyle|FinalMsg"/>
@@ -30,6 +31,11 @@
<xsl:attribute name="IsStepSection"><xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="UseCheckOffs">
<xsl:attribute name="UseCheckOffs">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="oldtonew">
<xsl:attribute name="OldToNew"><xsl:value-of select="."/></xsl:attribute>
</xsl:template>