Andrew Miller wrote: > Hi all, > > Is there any objection to changing interface CellMLBootstrap to add a > method allowing serialisation of arbitrary DOM nodes (including > documents, but elements could also be serialised if only a fragment is > required)? > > I propose the following be added to the end of interface CellMLBootstrap: > > /** > * Serialises a DOM node into a string. The serialised node must have > * originated from the locally hosted DOM implementation. > * @param node The DOM node to serialise. > * @return The node, as a serialised string. > */ > dom::DOMString serialiseNode(dom::Node node); > Of course, that should have been dom::DOMString serialiseNode(in dom::Node node);
Best regards, Andrew Miller _______________________________________________ cellml-discussion mailing list [email protected] http://www.cellml.org/mailman/listinfo/cellml-discussion
