xsl-list
[Top] [All Lists]

Re: Re: Re: XSL to write XML tag values in columns

2003-12-24 07:09:11
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



<Prev in Thread] Current Thread [Next in Thread>