JSBML is a community-driven project to create a free, open-source, pure Java™ library for reading, writing, and manipulating SBML files (the Systems Biology Markup Language) and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.
In most places I agree that order of xml tags is not important. However, in scientific community the order of authors sometimes is a very delicate thing. Could you please fix the order of authors?
I'm parsing a file where there are three authors (authors.xml.zip). The annotation tag looks as follow:
However, when I try to access annotation from jsbml the order of authors is wrong:
In most places I agree that order of xml tags is not important. However, in scientific community the order of authors sometimes is a very delicate thing. Could you please fix the order of authors?
I tested it on jsbml version 1.4 and 1.5