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

Subject: RE: [xsl] Getting the data type of an element
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 13 Jan 2004 13:24:35 -0000
I don't know about MSXML4, but in XSLT 2.0 you do this with

test="data(.) instance of xs:boolean"

Michael Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Anderson, Rick A
> Sent: 13 January 2004 00:33
> To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: [xsl] Getting the data type of an element
> 
> 
> Hi,
> I want to be able to convert the "true" and "false" strings 
> to "1" and "0", respectively, when I get the value of a 
> boolean type element. However, I want to be sure the XSD 
> schema has defined the element as type boolean, and it is not 
> just a string element with the value "true". I think I need 
> to know the data type of an element, but I cannot find a 
> MSXML4 property or method that returns this type information, 
> using the schema.
> 
> Does anyone know how I can do it?
> Thanks.
> 
> Richard A. Anderson, NCR Corporation
> (519) 884-1710 X5543
> (519) 884-0610 (fax)
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread