| 
 
Subject: Re: [xsl] Template Problem!! From: "Joris Gillis" <roac@xxxxxxxxxx> Date: Sun, 13 Feb 2005 12:31:36 +0100  | 
<xsl:template match="/">
    <table class="{$css}">
      <xsl:apply-templates/>
    </table>
  </xsl:template>
 <xsl:template match="//tree_node">
     <xsl:value-of select="@value"/>
	
  </xsl:template>
<xsl:template match="/">
     <table class="{$css}">
       <xsl:apply-templates select="//tree_node"/>
    </table>
   </xsl:template>regards, -- Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041) Laudeo W3C et dona ferens
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] Template Problem!!, Adam J Knight | Thread | Re: [xsl] Template Problem!!, Mukul Gandhi | 
| [xsl] Template Problem!!, Adam J Knight | Date | Re: [xsl] RE : Still Testing!, Joris Gillis | 
| Month |