A list for the developers of CellML tools

Text archives Help


[cellml-dev] FW: r3034 - in pce/branches/CeLEDS: . chrome/content chrome/content/languages chrome/content/ui chrome/content/util installers


Chronological Thread 
  • From: r.britten at auckland.ac.nz (Randall Britten)
  • Subject: [cellml-dev] FW: r3034 - in pce/branches/CeLEDS: . chrome/content chrome/content/languages chrome/content/ui chrome/content/util installers
  • Date: Thu, 29 Jan 2009 17:26:36 +1300

Hi

I'd suggest that the XML tag name NOT be used as the MAL key, but rather an
attribute value, e.g.
NOT
"
<mal:opengroup>(</mal:opengroup>
<mal:closegroup>)</mal:closegroup>
<mal:abs>#prec[H]fabs(#expr1)</mal:abs>
"

But rather
"
<mal:mapping keyname="opengroup">(</mal:mapping>
<mal:mapping keyname="closegroup">)</mal:mapping>
<mal:mapping keyname="abs">#prec[H]fabs(#expr1)</mal:mapping>
"

Should probably also use XML structure rather than string patterns for
precedence, so
NOT <mal:mapping keyname="abs">#prec[H]fabs(#expr1)</mal:mapping>

But rather <mal:mapping keyname="abs"
precedence="H">fabs(#expr1)</mal:mapping> (though I'm not sure how
precedence is used by Malaes and hence not sure how practical that
suggestion is).

Regards,
Randall

-----Original Message-----
From: automated-notifications-bounces at cellml.org
[mailto:automated-notifications-bounces at cellml.org] On Behalf Of CellML
Automated Notifications
Sent: Thursday, 29 January 2009 2:15 p.m.
To: automated-notifications at cellml.org
Subject: r3034 - in pce/branches/CeLEDS: . chrome/content
chrome/content/languages chrome/content/ui chrome/content/util installers

Author: aree035
Date: 2009-01-29 14:14:31 +1300 (Thu, 29 Jan 2009)
New Revision: 3034





  • [cellml-dev] FW: r3034 - in pce/branches/CeLEDS: . chrome/content chrome/content/languages chrome/content/ui chrome/content/util installers, Randall Britten, 01/29/2009

Archive powered by MHonArc 2.6.18.

Top of page