[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HOW-TO: automatically convert from variant type to xml datatype w hencreating xml instance
- From: "DeRemer, Bob" <Bob.Deremer@wonderware.com>
- To: "XML Devlist (E-mail)" <xml-dev@lists.xml.org>
- Date: Wed, 12 Sep 2001 04:53:22 -0700
I'm using XML within a COM component and I need to be able to set the
appropriate XML datatype attribute for an element based on the datatype of
the COM VARIANT. I'm trying to determine if there is a way to automatically
detect a VARIANT's type and return the appropriate xml dt:dt string type
name. Does anyone know if this functionality exists in MSXML3? I can
create a simple map that contains the information, but I'd like to use a
standard method if available.
Thanks in advance,
Bob