Skip to content

Instantly share code, notes, and snippets.

@breckenedge
Created August 9, 2012 19:34
Show Gist options
  • Save breckenedge/3307375 to your computer and use it in GitHub Desktop.
Save breckenedge/3307375 to your computer and use it in GitHub Desktop.
FrameMaker Colspec Template Fix
<xsl:template match="colspec[not(@colnum)]">
<xsl:element name="colspec">
<xsl:attribute name="colnum">1</xsl:attribute>
<xsl:apply-templates select="@*|node()" />
</xsl:element>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment