VARIANT to XML?
XML / XSL
2
Posts
2
Posters
11
Views
1
Watching
-
Could you be a little more explicit. For example do you have a VARIANT holding a string like blah and you wish to put this into an XML document? Or do you have a variant with some data not known and you wish to generate an XML out of it s contents. Well then what should your XML look like? Under what element would you want your VARIANT data to go? Either way you could look into XMLDOMDocument40 LoadXML function. Hope this helps.