Delboy wrote:
> Thankyou for that. I just wanted to look at it to get some ideas of how to code my own generator. I've got a rough one that outputs some SBML xml, but the validator doesn't like it for some reason and the error mesage ain't too helpful. Could anyone take a look and see if there is anything wrong with this xml that im generating:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <sbml xmlns="http://www.sbml.org/level2" level="2" version="1">
> <model id="single-tank">
> <listOfCompartments>
> <compartment id="WaterTank"/>
> </lsitOfCompartments>
> <listOfSpecies>
> <species id="V" compartment="WaterTank"/>
> </listOfSpecies>
> <listOfReactions>
> <reaction id="WaterLevel">
> <listOfProducts>
> <speciesReference species="V"/>
> </listOfProducts>
> <kineticLaw>
> <math xmlns="http://www.w3.org/1998/Math/MathML">
> <apply>
> <minus/>
> <ci> qi<ci>
> <apply>
> <times/>
> <ci> k1 <ci>
> <ci> V <ci>
> </apply>
> </apply>
> </math>
> <listOfParameters>
> <parameter id="qi"/>
> <parameter id="k1"/>
> </listOfParameters>
> </kineticLaw>
> </reaction>
> </listOfReactions>
> </model>
> </sbml>
> ____________________________________________________________
> To manage your sbml-discuss list subscription, visit
> https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
>
> For a web interface to the sbml-discuss mailing list, visit
> http://sbml.org/forums/
>
> For questions or feedback about the sbml-discuss list,
> contact sbml-team@caltech.edu.
>
____________________________________________________________
To manage your sbml-discuss list subscription, visit https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss