Hi! On Mon, Jun 9, 2008 at 13:02, Adam Flinton <adam.flinton at nhs.net> wrote: >> Serializing AOM into XML is also supported. The code for parsing >> XML into AOM is donated by Zilics and will be merged with the components on >> the Trunk. >> > A) Any idea wrt timing? > B) Is this the same code as with the liu.se Java based archetype editor > & if so does anyone from Linkoping have any ideas wrt time from the > above entering trunk & it being put into the Archetype editor?
The code used to serialise AOM to XML in the LiU Archetype editor was committed to the java reference implementation a long time ago and was later updated to produce nicer XML by Humberto Naves (working for Zilics?). Its a fairly straight-forward single java file for one-way AOM->XML: http://www.openehr.org/svn/ref_impl_java/TRUNK/xml-serializer/src/main/java/org/openehr/am/serialize/XMLSerializer.java The Zilics-donated code mentioned by Rong I believe covers _a lot more_ than the above file, someone else will probably reply to that later. When updates might be put into the LiU Archetype Editor is partly an open question. The development is currently not fully funded, but we have people actively investigating possible future directions for the editor including looking at possibilities for integration with other projects such as the Eclipse based LinkEHR http://www.linkehr.com/ (now open source) and the zilincs-donated (mutable AM/RM) code. Best regards, Erik Sundvall erisu at imt.liu.se http://www.imt.liu.se/~erisu/ Tel: +46-13-227579

