Random photo
Loading...
Domains for sale
|
October 10, 2005XML Catalogs v1.1 is an OASIS StandardXML Catalogs V1.1 is an OASIS Standard. Great news. I use XML catalogs for years and I love it. I even got a prototype implementation for .NET which works for some my stuff. But full-blown XML Catalogs implementation for .NET is still deep down my todo list, cause I don't see much user requests. And I really wonder why. As a matter of interest XML Editor in Microsoft Visual Studio 2005 supports so-called "schema catalog files" which can be used to point to schema locations other than Visual Studio's own schema cache directory. Every other XML editor on this planet solves URI resolving problem with XML Catalogs, but obviously not Microsoft's one. What's worse - brand new XML Editor in Visual Studio 2005 provides no extensibility points for third-parties for resolving XML resources in a custom way. That sucks. (Hey, that's a third post in a row where I use this highly technical term "suck", hmmm :) Anyway, if you personally need XML Catalogs for .NET platform - just drop me a line, I want to gather some user requests. October 10, 2005 2:07 PM
| #XML
Comments
Well, I'd agree that for VS XML Editor's catalog files limited functionality XML Catalogs sounds like overkill. XML Catalogs are probably not very suited for sharing as they usually defined for a specific environment, e.g. on my machine I store Docbook stuff at d:\docbook and I want all references to docbook dtds, schemas etc to be resolved to d:\docbook instead of "http://www.oasis-open.org/docbook/xml/...". XML Catalogs are all about helping here if only XML tools I'm using support them. Posted by: Oleg Tkachenko at October 16, 2005 3:19 PM
I don't have an opinion on OASIS catalogs, but I guess I need to form one given my job description :-) I must admit that at first glance the OASIS catalog format looks like overkill for XML editor catalog files. What am I missing? Also, are there interoperability use cases for catalog files? The standards that we tend to support are those that govern real world data interoperability. Do people tend to exchange catalog files? But anyway, we do encourage people in the community to implement specs that don't meet the business case bar for Microsoft itself. The point about extensibility points is well-taken, maybe we can do that .... Posted by: Mike Champion at October 10, 2005 9:14 PMXML Catalogs for .NET 2.0 - highly desirable. Posted by: Brad Jones at October 10, 2005 6:08 PMPost a comment
|