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]

Re: Slides XSL and confsponsor


Hi,

answering my own question, looks like coffee works :-)

* Togan Muftuoglu; <toganm@users.sourceforge.net> on 08 Jan, 2002 wrote:
> <slidesinfo>
>         <confgroup>
>          <conftitle> Title</conftitle>
>          <confsponsor>Sponsor</confsponsor>
>         </confgroup/>
> </slidesinfo>

In order this to work; in titlepages.xsl the following is needed (or I
missed it) by defining in my own template system I made it to work. 

<xsl:template match="confsponsor" mode="titlepage.mode">
<span class="{name(.)}">
	<xsl:apply-templates mode="titlepage.mode"/>
	<br/>
</span>
</xsl:template>


-- 
Togan Muftuoglu


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