<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>jsci at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/jsci/</link>
    <description>JSci</description>

    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Fri, 15 Jan 2010 14:01:26 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/382</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/382</guid>
      <description>The problem is that the minus operation is an unary and a binary operation. I have include following else to fix this prob (in MathMLExpression.java:123: }</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Fri, 15 Jan 2010 13:30:29 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/381</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/381</guid>
      <description>Hello Mark, I have possible found another bug. Imagine following MathML. &lt;math display = &#39;block&#39;&gt; &lt;apply&gt; &lt;exp/&gt; &lt;apply&gt; &lt;minus/&gt; &lt;apply&gt; &lt;times/&gt; &lt;cn&gt;1&lt;/cn&gt; </description>
    </item>
    <item>
      <title>Re: building JSci from CVS</title>
      <pubDate>Thu, 14 Jan 2010 10:43:17 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/380</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/380</guid>
      <description>Hello, ok now its build the project. Here is a list of all libs I used: JMDS - https://jmds.dev.java.net/ JMF -</description>
    </item>
    <item>
      <title>building JSci from CVS</title>
      <pubDate>Thu, 14 Jan 2010 09:58:10 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/379</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/379</guid>
      <description>Hello, i have to try to build the project from cvs. What libs do I need? I have the JMF, JUnit, checkstyle, Java Communications, Mathmldom and velocity but I</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Thu, 14 Jan 2010 08:32:00 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/378</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/378</guid>
      <description>Hello Mark thanks for fixing so fast. Greets</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Wed, 13 Jan 2010 21:49:31 GMT</pubDate>
      <dc:creator>mj_hale</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/377</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/377</guid>
      <description>This has now been fixed (in CVS).</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Wed, 13 Jan 2010 20:28:20 GMT</pubDate>
      <dc:creator>mj_hale</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/376</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/376</guid>
      <description>Yep, that is a bug/unimplemented.</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Wed, 13 Jan 2010 20:14:55 GMT</pubDate>
      <dc:creator>mj_hale</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/375</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/375</guid>
      <description>Both don&#39;t work. Only in the other case, no exception is thrown. There is no support for symbolic evaluation, only numeric evaluation.</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Wed, 13 Jan 2010 20:01:51 GMT</pubDate>
      <dc:creator>mj_hale</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/374</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/374</guid>
      <description>There is no support for the &lt;lambda&gt; tag. It is possible to parse an expression with &lt;ci&gt; tags, and then use MathMLExpression.substitute() to substitute the</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Wed, 13 Jan 2010 15:31:24 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/373</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/373</guid>
      <description>The evaluate of this expressions works fine, only the translate to JSciCode is not correctly displayed I think. I had expected something like:</description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Wed, 13 Jan 2010 09:04:04 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/372</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/372</guid>
      <description>I have another issue. If you have following MathML content: &lt;math display = &#39;block&#39;&gt; &lt;apply&gt; &lt;ln/&gt; &lt;apply&gt; &lt;divide/&gt; &lt;ci&gt;b&lt;/ci&gt; &lt;ci&gt;x&lt;/ci&gt; &lt;/apply&gt; &lt;/apply&gt; </description>
    </item>
    <item>
      <title>Re: MathML parsing and evaluate</title>
      <pubDate>Fri, 08 Jan 2010 09:40:44 GMT</pubDate>
      <dc:creator>mcmics</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/371</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/371</guid>
      <description>I have an exception found. If you use following mathML formula and want evaluate them comes an exception. mathML: &lt;math</description>
    </item>
    <item>
      <title>MathML parsing and evaluate</title>
      <pubDate>Thu, 07 Jan 2010 16:47:50 GMT</pubDate>
      <dc:creator>Michael</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/370</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/370</guid>
      <description>Hello, The MathMLParser parses the file correctly but I can parse user-defined functions like the &lt;lambda&gt; tag. It is possible to parse a &lt;lambda&gt; tag? I want</description>
    </item>
    <item>
      <title>JSci v0.94 released - Important Fix</title>
      <pubDate>Thu, 13 Sep 2007 04:17:28 GMT</pubDate>
      <dc:creator>Mark</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/344</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/344</guid>
      <description>Hi, This release contains an important thread-safety bug fix to SpecialMath.  It affects only the beta and gamma function-related methods.  To gain a</description>
    </item>
    <item>
      <title>Re: Parsing Mathml using JSCI parser.parse()</title>
      <pubDate>Thu, 19 Apr 2007 19:14:57 GMT</pubDate>
      <dc:creator>Mark Hale</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jsci/message/337</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jsci/message/337</guid>
      <description>I now have my laptop with me, and was able to fix the problem :D I have committed the changes to CVS. Sorry for the long delay. ... </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Wed Feb 10 07:52:05 PST 2010 -->
