xsl-list
[Top] [All Lists]

RE: Getting the data type of an element

2004-01-13 06:24:35
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(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Anderson, Rick A
Sent: 13 January 2004 00:33
To: 'XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com'
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



<Prev in Thread] Current Thread [Next in Thread>