On 04/02/2013 11:48 AM, Iris Lin (CS) wrote:

Thank you so much for your quick and detailed reply, which is absolutely beyond 
my expectation. :)

It's a regret that the XMLmind editor I use is of version 5.2.0. So the UI is somewhat 
different with your screenshots. For example, the Customize Document Conversion 
Stylesheets option is unavailable for me under " Options|Customize 
Configuration".

Could you help verify the solution of the version I have,

That's right. XMLmind XML Editor v5.2 does not have the "XMLmind XSL Customizer" helper application.




or can I modify the style sheet to achieve this purpose?


Yes. Please edit:

<XXE_install_dir>/addon/config/dita/xsl/fo/pagination.xsl

using a text editor and, for example, make attribute set "first-title-page" completely empty. That is:

---
   <xsl:attribute-set name="first-title-page">
     <xsl:attribute name="border-width">0.5pt</xsl:attribute>
     <xsl:attribute name="border-style">solid</xsl:attribute>
     <xsl:attribute name="border-color">#404040</xsl:attribute>
   </xsl:attribute-set>
---

becomes:

---
   <xsl:attribute-set name="first-title-page">
   </xsl:attribute-set>
---

Please note that, unlike what happens with the ``clean'' customization implemented using the "XMLmind XSL Customizer" helper application, you'll have to do that each time you'll upgrade XMLmind XML Editor.



--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to