Michael P. McCutcheon wrote:
Alrighty...I tried that, still no luck.
It's still giving me the same exception at
org.web3d.x3d.jaxp.X3DSAVAdapter.startDTD(X3DSAVAdapter.java:370)
because the
DTD is not one of the two allowed in the list.
If you are failing here then your SystemID is wrong.
You MUST use the following DOCType for your content. The PublicID(first
entry) can vary by profile, but the URL after that MUST be exactly the
same. The error you are getting says that your SystemID does not match.
Can you send me the file you are trying to load and I'll check the
SystemID?
<!DOCTYPE X3D PUBLIC "+//Web3D//DTD X3D 3.0 Interactive//EN"
"http://www.web3d.org/specification/x3d/x3d-3.0.dtd">
If the SystemID is correct then can you please add this line to your
SAVAdapter and give the result because something majorly weird would be
happening:
right before line 365 in X3DSAVAdapter add:
System.out.println("SystemID size: " + allowedSystemIDs.size());
--
Alan Hudson
President: Yumetech, Inc. http://www.yumetech.com/
Web3D Open Source Chair http://www.web3d.org/TaskGroups/source/
===========================================================================
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".