|
Subject: RE: [xsl] XSL:FO Identify Transforms From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx> Date: Fri, 16 Sep 2011 13:31:02 -0400 |
Based on this template: <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="@* | node()" /> </xsl:copy> </xsl:template>
I was trying to construct in FO, but not quite there. I feel I am missing your suggestion
<fo:flow ...>
<xsl:apply-templates/>
</fo:flow> <xsl:template match=" thisblock | thatblock | otherblock ">
<fo:block>
<xsl:apply-templates/>
</fo:block>
</xsl:template> <xsl:template match=" thisinline ">
<fo:inline ....>
<xsl:apply-templates/>
</fo:inline>
</xsl:template> <xsl:template match=" thatinline ">
<fo:inline ....>
<xsl:apply-templates/>
</fo:inline>
</xsl:template>
-- Contact us for world-wide XML consulting and instructor-led training Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Google+ profile: https://plus.google.com/116832879756988317389/about Legal business disclaimers: http://www.CraneSoftwrights.com/legal
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] XSL:FO Identify Transform, Chris Booth | Thread | RE: [xsl] XSL:FO Identify Transform, Chris Booth |
| Re: [xsl] XSL:FO Identify Transform, Tony Graham | Date | [xsl] Test Cases for XSLT support i, Julian Reschke |
| Month |