Click here to Skip to main content
15,890,946 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hiding a TabPage Pin
Nathan Blomquist16-Mar-03 14:00
Nathan Blomquist16-Mar-03 14:00 
GeneralRe: Hiding a TabPage Pin
monrobot1317-Mar-03 4:53
monrobot1317-Mar-03 4:53 
GeneralNew guid as default value in column Pin
..Hubert..15-Mar-03 14:27
..Hubert..15-Mar-03 14:27 
Generaldatabinding and controls Pin
..Hubert..15-Mar-03 14:10
..Hubert..15-Mar-03 14:10 
GeneralRe: databinding and controls Pin
leppie15-Mar-03 20:27
leppie15-Mar-03 20:27 
GeneralRe: databinding and controls Pin
..Hubert..16-Mar-03 11:34
..Hubert..16-Mar-03 11:34 
Generalstrong type in XML Pin
Michal Januszczyk15-Mar-03 5:52
sussMichal Januszczyk15-Mar-03 5:52 
GeneralRe: strong type in XML Pin
Stephane Rodriguez.15-Mar-03 6:52
Stephane Rodriguez.15-Mar-03 6:52 
May be that's me but I believe that even with MSXML you are supposed to have a separate schema (with attributes of the form dt:type="int") to define node data types.
May be for usability reasons MS indeed allowed to put dt:type attributes along with Xml elements, but that of course didn't apply to define attribute data types since an attribute can hardly be data typed by another attribute.

It's not lost with the .NET Xml parser, just made different. The Xml schema has its own namespace and has the equivalent API you referred to, scattered in this namespace. For instance, System.Xml.Schema.XmlSchemaDatatype.ParseValue().

PS : the .NET Xml parser is not a wrapper of the MSXML parser, which is a very good design decision. (at least something that stands for itself in this .NET run-time).
GeneralRe: strong type in XML Pin
Jeff J15-Mar-03 10:10
Jeff J15-Mar-03 10:10 
GeneralRe: strong type in XML Pin
Stephane Rodriguez.15-Mar-03 11:17
Stephane Rodriguez.15-Mar-03 11:17 
GeneralStarting Process problem Pin
Mazdak15-Mar-03 5:41
Mazdak15-Mar-03 5:41 
GeneralRe: Starting Process problem Pin
Stephane Rodriguez.15-Mar-03 6:31
Stephane Rodriguez.15-Mar-03 6:31 
GeneralRe: Starting Process problem Pin
Mazdak15-Mar-03 9:33
Mazdak15-Mar-03 9:33 
GeneralRe: Starting Process problem Pin
Stephane Rodriguez.15-Mar-03 11:10
Stephane Rodriguez.15-Mar-03 11:10 
GeneralRe: Starting Process problem Pin
Mazdak15-Mar-03 18:18
Mazdak15-Mar-03 18:18 
GeneralAdding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 2:09
Vasudevan Deepak Kumar15-Mar-03 2:09 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Stephane Rodriguez.15-Mar-03 2:44
Stephane Rodriguez.15-Mar-03 2:44 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore15-Mar-03 22:33
Rocky Moore15-Mar-03 22:33 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Vasudevan Deepak Kumar15-Mar-03 22:57
Vasudevan Deepak Kumar15-Mar-03 22:57 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
leppie15-Mar-03 23:12
leppie15-Mar-03 23:12 
GeneralRe: Adding a site to 'Trusted Sites' Zone Automatically Pin
Rocky Moore17-Mar-03 1:24
Rocky Moore17-Mar-03 1:24 
GeneralReading Microsoft IE Proxy Settings Pin
Vasudevan Deepak Kumar15-Mar-03 1:44
Vasudevan Deepak Kumar15-Mar-03 1:44 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Stephane Rodriguez.15-Mar-03 2:43
Stephane Rodriguez.15-Mar-03 2:43 
GeneralRe: Reading Microsoft IE Proxy Settings Pin
Thomas Freudenberg2-Jun-03 1:43
Thomas Freudenberg2-Jun-03 1:43 
GeneralC# DLL in VC++ Pin
Baatezu14-Mar-03 19:42
Baatezu14-Mar-03 19:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.