Billy wrote: > The second is > > <molecule> > <atomArray> > ..... > </atomArray> > <bondArray> > ..... > </bondArray> > </molecule> > <molecule> > <atomArray> > ..... > </atomArray> > <bondArray> > ..... > </bondArray> > </molecule> > .... > > which is a list of molecules (i.e. they could be different > frames of an animation). this one doesn't appear to load > correctly in the latest Jmol. I get an IllegalSaxParseException > on the example list.cml file attached to this email.
This exception is being raised because the xml parser wants everything contained within a root element. That is, it looks like to me that the XML parser is complaining that the document is ill-formed because it does not contain a unique root element. Q: Are you sure that this is a valid XML file? Q: Is there supposed to be another outer wrapper? We need Egon's help on this issue. Miguel ----- Open Source Molecular Visualization www.jmol.org [EMAIL PROTECTED] ----- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
