xsl-list
[Top] [All Lists]

Re: [xsl] [OT]

2008-02-29 04:35:59


As defined in the spec, data() function retrieves the typed value of
the argument passed. The typed value (of say, a node) to me is more
useful within the processor and not very much to the end user ..

it can make a lot of difference, if for example you have some elements
containing dates and you want to compare the dates (as dates) with some
other dates, if you extract the string value then it won't work and
you'll have to explictly cast the string back to a date, but if you
extract the data() it will be a date.  Of course in many situations you
select the element node rather than the text node or string value or
data() so that often this typing will be inferred, but data() is still
useful sometimes.  Just as text() is still useful sometimes.

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>