Daniel Naber wrote:
can someone please check my changes to fileformats.xml regarding the compound format? (not yet on the website, call "ant" in the "site" directory to build the files locally).

Looks good.

One improvement:  You could define FileData more formally as something like:

FileData[i] --> byte^FileLength[i]

FileLength[i]  ->
  (i==FileCount) ? DataOffset[i+1] : EOF) - DataOffset[n]

It would be simpler if the FileLength were explicitly included somewhere, but I guess it's not.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to