garumphul
July 2nd, 2001, 12:11 PM
I'm using version 3 of the MSXML parser. I've got an XML file that has a bunch of nodes and values. Pretty standard. Some nodes are strings, and some are integers.
Now, I was under the impression that if I got the value of a node, the returned variant would tell me whether it was a string or an integer. I'm using get_nodeTypedValue() and it seems to return my numeric tags as strings (e.g. a variant of type VT_BSTR with a value of "452").
Is this just what happens, or am I missing out something?
Thanks in advance, and apologies for what is most probably a *very* silly question for most of you.
Now, I was under the impression that if I got the value of a node, the returned variant would tell me whether it was a string or an integer. I'm using get_nodeTypedValue() and it seems to return my numeric tags as strings (e.g. a variant of type VT_BSTR with a value of "452").
Is this just what happens, or am I missing out something?
Thanks in advance, and apologies for what is most probably a *very* silly question for most of you.