[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xsl template usage ?

Subject: RE: xsl template usage ?
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 17 Jul 2002 11:40:10 +0300
xsl templates usage
Hi,

> i AM IN NEED OF HELP OF U PEOPLE :(
> HERE i AM WRITING AN xsl file to convert my xhtml to fo.
> I want to create a fo table in such format that

[snip]

> I have an htm table. now I need to interpret <td> for making tags
> 
> <fo:table-column> and <fo:table-cell>.
> I can use
> 
> <xsl:template match="html:td">
> <fo:table-cell xsl:use-attribute-sets="td">
> <xsl:call-template name="make-cell" />
> </fo:table-cell>
> </xsl:template>
>
> for defining table-cell.but I cannot use <xsl:template
> match="html:td"> twice for defining both table-cel and table-column.
> I tried by using <xsl:foreach> which also didn;t give me the desired
> output.

It would help us if you showed us the stylesheet that used xsl:for-each. Anyhow, use modes <http://www.w3.org/TR/xslt#modes> to define multiple templates with the same match pattern.

Cheers,

Santtu




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.