Re: [xsl] Re: Re: XSL to write XML tag values in columns

Subject: Re: [xsl] Re: Re: XSL to write XML tag values in columns
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 24 Dec 2003 15:09:11 +0100
Jaime Stuardo wrote:
  <xsl:variable name="vAllKeys"
   select="/*/ROW/CXP_PRD_ID[generate-id()

This wont select anything, because there is no ROW element child of the document element. Try select="/*/coberturas/ROWSET/ROW[... instead.

J.Pietschmann



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


Current Thread