<div dir="ltr"><div dir="ltr"><div dir="ltr"><div> I suggest that X3DJSAIL's CommandLine program on the entire archive perhaps?  Or at least HumanoidAnimation.</div><div><br></div><div>Some errors indicating that the content may be wrong:</div><div><br></div><div>   [apply] Processing C:\Users\john\x3dschema\examples\Marine.x3d</div><div>    [apply] org.web3d.x3d.sai.InvalidFieldException: IndexedFaceSet containing Coordinate node with 153 values must also include coordIndex field</div><div>    [apply] [exception] during validation: IndexedFaceSet containing Coordinate node with 153 values must also include coordIndex field</div><div>    [apply] Processing C:\Users\john\x3dschema\examples\Marine.xml</div><div><br></div><div>Here's a good ant target for running CommandLine on a whole set of files.  apply is build into ant, AFAIK.</div><div><br></div><div><div>        <target name="commandline" depends="compile"></div><div>          <apply executable="java"></div><div>            <arg value="-cp"/></div><div>            <arg value="${classpath}"/></div><div>            <arg value="org.web3d.x3d.jsail.CommandLine"/></div><div>            <arg value="-validate"/></div><div>            <srcfile/></div><div>            <fileset dir="${examples}" casesensitive="yes"></div><div>                <include name="**/*.x3d"/></div><div>            </fileset></div><div>          </apply></div><div>        </target></div></div><div><br></div><div>Enjoy!</div><div><br></div><div>John</div></div></div></div>