Re: [xml-dev] Objections to / uses of PSVI?

From
Mike Champion <>
To
xml-dev <>
Date
2002-05-15T13:38:41Z
ID
<IH75YWNK0URD893MHLI21IGGA42A0IH.3ce264e1@MChamp>
Thread
Re: [xml-dev] Objections to / uses of PSVI?
5/15/2002 7:45:05 AM, "Thomas B. Passin" <> wrote:

>
>ASN.1 requires external schemas so that data structures can be coded.  CORBA
>requires IDL.

Yes, but what did we learn from the experience?  That external schemas are 
quite difficult to deploy and evolve in the real world ...  That parsing
data with markup is much easier and more robust than parsing data
against an external schema ...  That the type systems of the programming
languages in widespread use are so diverse that it is very difficult
to define a neutral data interchange method that doesn't lose 
information yet is simple enough to use by ordinary programmers ...