CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2000
    Posts
    103

    Validate XML against a remote DTD using VB

    Hi,

    I am having a XML file which needs to be validated against a DTD available in the Customer site. Is it possible to do this programmatically?

    I could find a tool called XMLSpy which can perform this validation but is there a way to integrate it with VB?

    Thanks,
    Anitha

  2. #2
    Join Date
    Nov 2002
    Location
    Netherlands
    Posts
    132

    Re: Validate XML against a remote DTD using VB

    Hi Anitha,

    Isn't it possible to just Shell the tool you have downloaded?

    Greet,

    Jasper
    Flying is to throw yourself on the ground and miss

  3. #3
    Join Date
    Jun 2000
    Posts
    103
    I can use Shell to invoke the XML Spy application. Is there any other way to do the validation because I cannot proceed with the application unless the xml is validated and the DTD is available only in the customer site which I do not have direct access to.

  4. #4
    Join Date
    Nov 2002
    Location
    Netherlands
    Posts
    132
    Sory can't help you there, my first solution was my only solution.

    Jasper
    Flying is to throw yourself on the ground and miss

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