Hi Hussein, Thank you so much for the information. I have get this frame removed by modifying the "border-style" attribute in the pagination.xsl file.
Really appreciate your kind help and all the useful information. Have a nice day!:) Thanks, Iris ---------------------------------------- Shared Engineering Services Tel: +86 28 85303678 -----Original Message----- From: Hussein Shafie [mailto:[email protected]] Sent: Tuesday, April 02, 2013 6:07 PM To: Iris Lin (CS) Cc: '[email protected]' Subject: Re: [XXE] Question with custom title page 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

