Parse multiple versions of a document format?

2009-10-08 Thread Rui Maciel
I'm writing a parser for a document format which has a couple of version out. The document format basically consists of a header field, where the document format version is specified and whose format is the same across all format versions, followed by multiple fields which differ between version

Re: Parse multiple versions of a document format?

2009-10-08 Thread Hans Aberg
On 8 Oct 2009, at 09:55, Rui Maciel wrote: I'm writing a parser for a document format which has a couple of version out. The document format basically consists of a header field, where the document format version is specified and whose format is the same across all format versions, followe

Re: Parse multiple versions of a document format?

2009-10-08 Thread tys lefering
On Thu, October 8, 2009 14:34, Hans Aberg wrote: > On 8 Oct 2009, at 09:55, Rui Maciel wrote: > >> I'm writing a parser for a document format which has a couple of >> version out. >> The document format basically consists of a header field, where the >> document >> format version is specified and w