Re: [xsl] block and templates.

Subject: Re: [xsl] block and templates.
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 21 Sep 2006 20:26:46 +0200 (CEST)
Luke Jones wrote:

> 		<xsl:value-of select="./line"/>

  Unless you have embedded lines, this will match nothing.

> 		<xsl:apply-templates />

  This will match all child elements as well as all child text nodes. 
In particular, if you have text nodes with spaces and line return
characters (often used to indent XML documents), these nodes will be
selected (unless you used xsl:strip-space).

  But all that are guesses.  What does your input look like?

  Regards,

--drkm



















	

	
		
___________________________________________________________________________ 
Dicouvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Riponses pour partager vos connaissances, vos opinions et vos expiriences. 
http://fr.answers.yahoo.com 

Current Thread