|
Subject: RE: [xsl] XSL resources - Flat to hierarchy - Common ancestors From: "Ben Simkins" <bsimkins@xxxxxxxxxx> Date: Tue, 27 Jul 2004 12:24:39 +0200 |
> So instead do
>
> <xsl:for-each select="msxsl:node-set($menus)/*">
Wow, good job you told me, I could have carried on looking for a long
time without working that out.
But it still ain't workin' right
I tried the following, to try and see what was coming out of my select,
but it crashes (in CookTop). At which point I'm stuck because I don't
know if it's my syntax, my understanding of XSL, or CookTop which is at
fault!
<xsl:template match="/">
<xsl:variable name="menus">
<xsl:apply-templates select="Menus"/>
</xsl:variable>
<xsl:copy>
<xsl:copy-of select="msxsl:node-set($menus)/*"/>
</xsl:copy>
</xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XSL resources - Flat to h, David Carlisle | Thread | Re: [xsl] XSL resources - Flat to h, David Carlisle |
| RE: [xsl] can you select name() of , Michael Kay | Date | [xsl] hard coded list - match?, Bart Claeys |
| Month |