CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Oct 2012
    Posts
    1

    Validate XML against XSD in C++

    Hi,

    I am new to C++ and I want to validate the xml based on the XML Schema in C++. Please suggest me some tools/libraries to achieve that.

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Validate XML against XSD in C++

    Quote Originally Posted by meeram View Post
    Hi,

    I am new to C++ and I want to validate the xml based on the XML Schema in C++. Please suggest me some tools/libraries to achieve that.
    http://www.google.com/search?btnG=1&...st+xsd+c%2B%2B

    Regards,

    Paul McKenzie

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