On Sat, 28 Apr 2001, John Ky wrote: > > Perhaps this is a stupid question, but wouldn't C# users > > just call into the MSXML parser? > > C# already have access to an XML Parser in the .NET runtime, > though it is still beta and is not feature complete. C# can also > access the MSXML parser as it would access any COM > component - I haven't tried that yet.
You can also export Java objects to be called through COM with the MS Java VM, so with the appropriate @com.register magic and compiling with VJ++, Xerces-J would be usable from C# as is. Ian -- Ian Roberts, Software Engineer DecisionSoft Ltd. Telephone: +44-1865-203192 http://www.decisionsoft.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
