Brendan Taylor wrote:
>
> I am using XXE and I'm trying to customize my PDF output so that the 
> guibutton element renders with bold text. I'm using the Apache FOP. Under 
> Customize Document Conversion Stylesheet, I don't see an attribute set or 
> parameter in the list that seems to apply to guibutton. I also tried 
> modifying inline.xls like this:
>

I confirm that there is no XSLT stylesheet parameter nor attribute set 
which would allow to make this customization using XXE's "Customize 
Document Conversion Stylesheet".

You indeed need to customize the XSLT stylesheet by hand.


> Changed:
> <xsl:template match="d:guibutton">
>   <xsl:call-template name="inline.charseq"/>
> </xsl:template>
>
> to:
> <xsl:template match="d:guibutton">
>   <xsl:call-template name="inline.boldseq"/>
> </xsl:template>
>
> This did not produce the result I am looking for. Any help is appreciated.\

What you did is fine (I've tested it) but may be you have modified the 
wrong inline.xsl file. Please make sure that you have modified:

<XXE_install_dir>/addon/config/docbook5/xsl/fo/inline.xsl

Notice docbook5/ and not docbook/.





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

Reply via email to