[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] generate unknow table


Subject: Re: [xsl] generate unknow table
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Tue, 12 Jun 2001 15:41:55 -0400

In my preceeding post, containing a stylesheet to solve John Wang's
question,  the line

  <xsl:variable name='field' select='../@id'/>

can be replaced with

  <xsl:variable name='field' select='.'/>

The first version was left over from some previous experiments and I forgot
to simplify it.

Cheers,

Tom P



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread