Subject: [xsl] XSL-FO & the xsl:sort element From: "craig webber" <craigwebber@xxxxxxxxxxx> Date: Tue, 07 Jun 2005 10:42:59 +0000 |
<xsl:apply-templates select="//Item"> <xsl:sort select="name" order="ascending"/> </xsl:apply-templates>
<fo:layout-master-set> <fo:simple-page-master master-name="page1"> <fo:region-body margin-top="3cm"/> <fo:region-before extent="3cm"/> <fo:region-after extent="1.5cm"/> </fo:simple-page-master> </fo:layout-master-set>
<fo:page-sequence master-reference="page1"> <fo:flow flow-name="xsl-region-body"> <xsl:apply-templates select="publications/Items/Item"/> </fo:flow> </fo:page-sequence>
</fo:root> </xsl:template>
<xsl:template match="publications/Items/Item/name"> <fo:block> <xsl:value-of select="."/> </fo:block> </xsl:template>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Creating namespace nodes, tomas.vanek | Thread | RE: [xsl] Creating namespace nodes, tomas.vanek |
Re: [xsl] Creating namespace nodes, Mukul Gandhi | Date | Re: [xsl] Creating namespace nodes, David Carlisle |
Month |