parsexml.m

From Spinach Documentation Wiki
Jump to: navigation, search

Converts an XML file into a Matlab structure; it is called by x2spinach.m during SpinXML import, and direct calls are discouraged.

Syntax

    xml=parsexml(filename)

Parameters

    filename - a string with the XML file name

Outputs

    xml      - Matlab structure containing the information from the XML file

Examples

SpinXML specification is available at http://spindynamics.org

See also

gparse.m, oparse.m, x2spinach.m, c2spinach.m, cyprinol.m, fatty_acid.m, g2spinach.m, gissmo2spinach.m, karplus_fit.m, killcross.m, killdiag.m, merge_inp.m, methyl_group.m, nuclacid.m, ocparse.m, protein.m, read_bmrb.m, read_pdb_nuc.m, read_pdb_pro.m, v2spinach.m, weblab2nqi.m, Import,_export,_and_visualisation

Version 2.1, authors: Ilya Kuprov