Re: [xsl] Fwd: Combing two different documents

Subject: Re: [xsl] Fwd: Combing two different documents
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Mon, 17 Jul 2006 17:02:10 +0200 (CEST)
Mukul Gandhi wrote:

  Hi

>  <xsl:template match="*[not(*)]">
>    <xsl:copy-of select="." />
>    <xsl:copy-of select="$doc2//*[not(*)]" />
>  </xsl:template>

  With this template rue, you'll copy *all* leaves of the second
document after *each* leaf of the first one.  The solution proposed by
Andrew does the right think IMHO.

  Personally, I'd walk through the second tree in parallel with the
first one, by passing the current node in the second tree as a
parameter in xsl:apply-templates.

  Regards,

--drkm























	

	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com

Current Thread