This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] How can i customize some elements?


Hi!

What is wrong with following xsl?

<xsl:template match="informaltable[ at label='setup']">
	
	<xsl:apply-imports/>
	<xsl:param name="informaltable.frame.border.thickness" select="'3.0px'"/>
	<xsl:param name="informaltable.frame.border.color" select="'green'"/>
	
</xsl:template>

FOP dont't generate PDF at all an i'm get an ERROR-Message

"A table column must be childof fo:table, not fo:block"


Anton

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-apps-help at lists dot oasis-open dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]