xsl-list
[Top] [All Lists]

Re: [xsl] xsl:sequence

2006-08-08 06:16:53
David Carlisle wrote:

 But here, I think the relevant part is the string value
of an element node.

No, it's a single text node generated by the value-of,
that text node then gets used to generate the content of
the element (and further merging, or separators might
happen at that point) but first the text node is generated
using 5.7.2.

  Mmh, we are still speaking about:

    <foo>one<!-- hmm -->two</foo>
    <xsl:value-of select="foo"/>

right?  So the element is not created, it is used.  More
precisely its string value is used.  And its string value is
the concatenation of all its descendant text nodes, so
"onetwo".

  But I'm feeling we don't speak about the same thing?

  Regards,

--drkm






















        

        
                
___________________________________________________________________________ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences. 
http://fr.answers.yahoo.com 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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