Revision: 20496 http://sourceforge.net/p/jmol/code/20496 Author: hansonr Date: 2015-05-14 02:58:23 +0000 (Thu, 14 May 2015) Log Message: ----------- XML reader fix for qualified "cml:molecule" tags
Modified Paths: -------------- trunk/Jmol/src/org/jmol/adapter/readers/xml/XmlReader.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/adapter/readers/xml/XmlReader.java =================================================================== --- trunk/Jmol/src/org/jmol/adapter/readers/xml/XmlReader.java 2015-05-13 04:19:26 UTC (rev 20495) +++ trunk/Jmol/src/org/jmol/adapter/readers/xml/XmlReader.java 2015-05-14 02:58:23 UTC (rev 20496) @@ -347,8 +347,8 @@ * @j2sNative * * - * localName = this.jsObjectGetMember(this.domObj, - * "nodeName").toLowerCase(); + * localName = this.jsObjectGetMember(this.domObj, "nodeName").toLowerCase(); + * localName = localName.substring(localName.lastIndexOf(":") + 1); */ { localName = ((String) jsObjectGetMember(domObj, "localName")) Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-05-13 04:19:26 UTC (rev 20495) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-05-14 02:58:23 UTC (rev 20496) @@ -18,7 +18,7 @@ bug fix: re-entering functions loses if/else state bug fix: more issues with low-resolution linear-z index lines. - Need to compromise for isosurfaces and nucleic cartoons + Need to compromise for isosurfaces and nucleic cartoons and bonds -- which became very slow to render with precision Z placement. JmolVersion="14.3.13_2015.05.08" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits