xsl-list
[Top] [All Lists]

Re: [xsl] When to use text()

2014-03-21 12:31:59
On 21/03/2014 17:19, Ihe Onwuka wrote:
The quirkiness derives from giving it an innocuous intuit inducing
moniker like text() that leads the consumer astray.


I don't think you have ever said what you _expect_ it to do.

It returns the text nodes so

if the current node is

<p>This was <em>not</em> expected.</p>

Then text() returns the sequence ("This was ", "expected")

and element() (or *) returns the sequence (<em>not</em>)

If you expect it to do something else then sure you will be lead astray
but I don't see how you can say that that definition is any less natural
than any other. Perhaps you'd want it to do what string() does but
that's called string() not text():-)


David



________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

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