-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container element for CMP & FMP, which can have a stable author-defined ID #42
Comments
Could the initial comment be edited to have some words rather than a link to the OM3 ticket? the description there isn't really understandable (just broken links to some examples were on a wiki that are now not available at that address) |
You are right, I had not noticed the dangling references, and I am afraid that getting the original TRAC back online is not really an option. Here is what I think the suggestion is: Group An example would be to wrap the exiting <CMP> lcm(a,b) = a*b/gcd(a,b) </CMP>
<FMP>
<OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd">
<OMA>
<OMS cd="relation1" name="eq"/>
<OMA>
<OMS cd="arith1" name="lcm"/>
<OMV name="a"/>
<OMV name="b"/>
</OMA>
<OMA>
<OMS cd="arith1" name="divide"/>
<OMA>
<OMS cd="arith1" name="times"/>
<OMV name="a"/>
<OMV name="b"/>
</OMA>
<OMA>
<OMS cd="arith1" name="gcd"/>
<OMV name="a"/>
<OMV name="b"/>
</OMA>
</OMA>
</OMA>
</OMOBJ>
</FMP> in I personally think this would be useful to make CDs more manageable. |
Thanks for the clarification. Not an unreasonable idea, it's come up before that it would be nice often to tie an FMP and CMP together that say the same thing. But a breaking change so definitely OM3 not OM2rx so come back to this another day... |
I completely agree, this is why it is not on the R2 milestone :-). |
see OpenMath/OM3#140
The text was updated successfully, but these errors were encountered: