Connecting Tech Pros Worldwide Forums | Help | Site Map

Visual Studio .NET and MSXML4

T
Guest
 
Posts: n/a
#1: Nov 12 '05
Is there a way to use the Visual Studio .NET IDE to validate a schema
using the MSXML4 parser? Similarly, is there a way to get the .NET
framework utilities, such as the xsd.exe and wsdl.exe utilities to
validate and parse using the MSXML4 parser?

Oleg Tkachenko
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Visual Studio .NET and MSXML4


T wrote:
[color=blue]
> Is there a way to use the Visual Studio .NET IDE to validate a schema
> using the MSXML4 parser?[/color]
You can write your own plug-in for that using VSIP API, but why?
[color=blue]
> Similarly, is there a way to get the .NET
> framework utilities, such as the xsd.exe and wsdl.exe utilities to
> validate and parse using the MSXML4 parser?[/color]
I don't think so.

PS. SOunds like you don't trust .NET to validate?
--
Oleg Tkachenko
XML Insider
http://www.tkachenko.com/blog

Closed Thread