1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Chado-XML
=========
Chado-XML is a direct mapping of the Chado relational schema into
XML. Currently the only tool for performing this mapping is XML::XORT,
which can dump or save Chado-XML to and from a chado db.
Contents:
--------
chado-xml/
README
xsl/ -- useful transforms
dtd/ -- DTDs/XSDs defining the xml model
examples/ -- example XML files
The current documentation can be found at gmod.org.
See:
SourceForge: http://sourceforge.net/projects/asciidoc/
Main website: http://www.methods.co.nz/asciidoc/
Macros
------
The basic chado-xml expansion can be extremely verbose - this is
because chado-xml uses the unique keys from the chado db, yet it does
not database internal foreign keys.
Macros can be used to capture repeated nodes in the xml and give them
XML IDs that are valid within a particular document.
See also
--------
gmod.org/XORT
|