> In the JmolApplet document, there is an example for inline model in CML > format. > Can I load other format (such as MDL or PDB) from inline? > Thanks. The other formats have a problem when loading inline.
The HTML standard says that newline characters are removed and replaced with a space character in the context of a <param> tag to an <applet> Therefore, all newline characters are lost before they get to the JmolApplet. This breaks every format other than CML. Even CML has problems because you cannot use the < character. So, loading inline has problems. Q: What is your primary motivation for wanting to 'loadInline'? Miguel ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Jmol-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-users

