I have some code that I am converting from VB6 to C#. The VB code used the
'urn:schemas-microsoft-com:datatypes' schema to allow the entry of strongly
typed data via the nodeTypedValue properties on MSXML elements. In System.Xml
I am seeing that nodeTypedValue ability is not present.
Is it my responsibility to manage the conversion of the types wihtout
automatic support from the .NET DOM model?
Thanks,
--
Brian R.
'urn:schemas-microsoft-com:datatypes' schema to allow the entry of strongly
typed data via the nodeTypedValue properties on MSXML elements. In System.Xml
I am seeing that nodeTypedValue ability is not present.
Is it my responsibility to manage the conversion of the types wihtout
automatic support from the .NET DOM model?
Thanks,
--
Brian R.
Comment