|
Subject: Re: [xsl] Newbie question on XSL transformations: multiple sorts on element attributes From: Owen Rees <owen.rees@xxxxxx> Date: Wed, 07 Feb 2007 13:39:46 +0000 |
You have got the point - your summary is correct. Unfortunately that first sort (1) causes xsltproc to seg-fault again. I will keep trying to figure it out.
<xsl:template match="pfarr">
<datalogger name="{@name}">
<xsl:apply-templates select="pfstring"/>
</datalogger>
</xsl:template> <xsl:template match="pfstring">
<param id="{@name}">
<xsl:value-of select="."/>
</param>
</xsl:template>-- Owen Rees Hewlett Packard Laboratories, Bristol, UK
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Newbie question on XSL tr, Abel Braaksma | Thread | Re: [xsl] Newbie question on XSL tr, Rob Newman |
| Re: [xsl] Problem in Poem, Abel Braaksma | Date | [xsl] complex table header, Angela Williams |
| Month |