|
Subject: Re: [xsl] Problems sorting data From: Glenn Thomas Hvidsten <gth@xxxxxxxxx> Date: Mon, 04 Jul 2005 16:07:41 +0200 |
without any nested xsl:templates?
I can't really guess what a nested template would mean.
<template> <template> </template> </template>
<xsl:template match="report">
<xsl:apply-templates match="contents"/>
</xsl:template><xsl:template match="contents"> <xsl:apply-templates> <xsl:sort select="member[@name='idstring']/string"/> </xsl:apply-templates> </xsl:template>
<xsl:template match="object[@type='standard']">
<xsl:value-of select="member[@name='idstring']"/>
<xsl:value-of select="member[@name='id']"/>
<xsl:value-of select="member[@name='title']"/>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Problems sorting data, David Carlisle | Thread | Re: [xsl] Problems sorting data, David Carlisle |
| [xsl] Check for child elements, Sajeesh N Kakkat | Date | Re: [xsl] Check for child elements, Joris Gillis |
| Month |