Skip to content
bollwyvl edited this page Oct 22, 2012 · 1 revision

To interface with the sysml xmi spec, http://www.omg.org/news/releases/pr2011/12-01-11.htm

a robust transformation library is required.

xslt is the no-brainer.

the xslt 2.0 spec adds critical features.

this is not natively supported by any browser.

the only javascript-based processor, saxon-ce, is non-free: http://www.saxonica.com/license/license.xml

it is free as in beer for localhost, which would cover many use cases, but not the general case.

however. the upstream saxon-he is. Can emscripten/gwt be used to provide this?

Clone this wiki locally