xsl-list
[Top] [All Lists]

Re: [xsl] why not match text()? (fork from "Novice Question - matching entire text children")

2010-12-20 17:17:43
On 20/12/2010 23:05, Syd Bauman wrote:
b) those experts who spoke of the rare need for matching text()
    either don't deal with data like mine -- TEI


It's not a matter if what experts may do, so much as a question of what they see others doing on this list (and especially) on the xquery list. All the uses you gave consisted of doing string manipulations within text content, for that text() can be very reasonable (although you still need to be careful about comments) but that isn't the common use you see, which is

using

<xsl:value-of select="element-name/text()"/>

rather than

<xsl:value-of select="element-name"/>

especially in a thread with "novice question" in the subject line, it's a reasonable asumption that whatever the answer is, it doesn't need text().

Now you don't count as a novice and probably the originator of the original thread isn't either, but still, that's what it says in the subject line....


David


--~------------------------------------------------------------------
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>