Michael P. McCutcheon wrote:
The DOCTYPE was taken directly out of the documentation for the startDTD method of the org.web3d.x3d.jaxp.X3DSAVAdapter class. So I can't figure out why it keeps bombing out.
The spec is slightly different to the documentation in that it has moved on a fraction since then. If you have a look at the class X3DConstants, that will give you the list of acceptable public and system identifiers. The first character, being an ISO specification, should be a '+' not a '-'. For reference here is what is permitted:
"+//Web3D//DTD X3D 3.0//EN"; "+//Web3D//DTD X3D 3.0 Interchange//EN"; "+//Web3D//DTD X3D 3.0 Interactive//EN"; "+//Web3D//DTD X3D 3.0 Immersive//EN"; "+//Web3D//DTD X3D 3.0 Full//EN"; -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".