Re: RE: RE: [xsl] merging generic elements in a parent-child

Subject: Re: RE: RE: [xsl] merging generic elements in a parent-child
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 27 Jun 2002 21:49:11 -0700 (PDT)
> thanks Dimitre!
> But is it possible to apply a unique stylesheet to the originial xml
> I've posted? Or I need to do this in two steps?

Yes, just keep the results of the first transformation step in a
xsl:variable, then do:

<xsl:apply-templates select="vendor:node-set($v1stStep)/*"/>

Cheers,
Dimitre Novatchev.



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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


Current Thread