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]
Other format: [Raw text]

Re: RE: RE: merging generic elements in a parent-child


> 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


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