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