Hi,
is there a way to get the XmlElement of an IModelElement? I would like to implement a custom renderer for the XML sub-tree belonging to an IModelElement (in particular a render for MathML).
THXIA
I think you would be better off implementing a Sapphire model for your MathML subtree and then implementing your custom presentation on top of a Sapphire model. That way, Sapphire would take care of XML binding, change notification and validation for you.
To access XmlElement from an IModelElement, do the following: