This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: generate unknow table


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]