Rank: Advanced Member
Joined: 9/14/2007 Posts: 53 Location: Minnesota
|
I would love if Altova Stylevision would add the capability of section breaks! I use the RTF-XSLT to generate documents. Anytime I have a letter to generate I have to add the code:
<xsl:if test="count( following-sibling::*/ n1:Selected [.=true()]) > 0"> <xsl:text>\sect\sbkpage</xsl:text> </xsl:if>
I place a page break where I want the section break. Look for it in the XSLT and replace it with the above code.
Adding it to Stylevision would save me a lot of time and then I wouldn't have to remember to add it after I generate the RTF-XSLT.
I know others would use this as well by looking at the discussion forums.
Thanks, Tonia
|