RE: [xsl] Getting the data type of an element

Subject: RE: [xsl] Getting the data type of an element
From: David.Pawson@xxxxxxxxxxx
Date: Tue, 13 Jan 2004 14:10:50 -0000
MK said:
 but in XSLT 2.0 you do this with
    
    test="data(.) instance of xs:boolean"

http://www.w3.org/TR/xquery-operators/#func-data
says,
  
Summary: fn:data takes a sequence of items and returns a sequence of atomic
values.

The result of fn:data is the sequence of atomic values produced by applying
the following rules to each item in $arg:

If the item is an atomic value, it is returned.

If the item is a node, fn:data() returns the typed value of the node as
defined by the accessor function dm:typed-value in Section 5.6 typed-value
AccessorDM.



How can a sequence of anything be an instance of xs:boolean Mike?


<xsl:if test=". instance of xs:boolean">

I'd interpret that as 'the context node value is a boolean'.
What's the difference between . and data(.) please?

Are  you are assuming the context is a sequence of one item?
 


regards DaveP
   

- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread