> The grammar of the current X3DV Standard for X3D 3.2
> ...
>
> headerStatement ::=
> #X3D 3.0 utf8 string ;
>
> Shouldn't it be
> headerStatement ::=
> #X3D 3.2 utf8 string ;
In the concepts text, the header is different, but also wrong 8-(
http://www.web3d.org/files/specifications/19776-2/V3.2/Part02/concepts.html#HeaderStatementSyntax
| 4.3.2.2 Header statement syntax
|
| Every Classic VRML-encoded X3D file shall begin with:
|
| #X3D V3.1 <character encoding type> [optional comment]<line terminator>