- 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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user