CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2004
    Posts
    19

    How to read typed data from XML file?

    Hi,

    Is there any example source code to download that illustrating how to read typed data from an XML file (validating thru XSD schema) using MSXML4.0?

    W3C XSD schema has a rich data types such as int, decimal, float, binary(base64), etc. By using MSXML 4.0, I'd wanna take advantage of it but I failed.

    From version 4.0, MSXML does support XSD schema validation, but who can tell me does it really support XSD type-system? If so, could someone provide me some source code (or a URL) about it?

    Thanks in advance!!!

  2. #2
    Join Date
    Mar 2004
    Posts
    3

    Talking

    Dear Itboy2003,
    The website http://www.xml.com/ has tutorials for people with little or no XML knowledge. It is a wonderful resource and you may want to print out the tutorials. Webmonkey is another great resource for XML tutorials. Good Luck!
    RobbieSound

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured