RE: [xml-dev] ASN.1 is an XML Schema Language (Fix those lists!) and Binary XML not needed...

From
Alessandro Triglia <>
To
'Rich Salz' <>, "'Simon St.Laurent'" <>
Date
2003-11-03T05:18:15Z
ID
<001d01c3a1c9$e3972de0$6c97a9ac@aldebaran>
Thread
RE: [xml-dev] ASN.1 is an XML Schema Language (Fix those lists!) and Binary XML not needed...
Rich Salz wrote:
> > A PER parser that ran only when a schema was available 
> would be cool 
> > too.
> 
> PER is only doable if you have a schema, or have used it to 
> build a decode table, right?


Yes.  In PER, you cannot decode a message if you don't know the type
definitions.

Alessandro