[Master Index]
[Index for export/brede]
brede_write_xml
(export/brede/brede_write_xml.m)
Function Synopsis
brede_write_xml_fields(fid, S, field, indent);
Help text
brede_write_xml - Write structure to XML
function brede_write_xml(filename, S);
Input: filename Filename for the XML file
S Structure to be written, either a single
structure, an array of structures or a
cell array of structures.
This function write a 'bib', 'exp' or 'loc' structure to an XML
file. The format of the XML file is "poor man's XML" (pXML).
Example:
fext = fullfile(fileparts(which('brede')), 'xml', 'woexts.xml');
T = brede_read_xml(fext, 'output', 'collapsesecond');
Ts.Ext = T;
Ts.type = 'exts';
brede_write_xml('woexts.xml', T);
See also BREDE, BREDE_EXP, BREDE_BIB, BREDE_LOC,
BREDE_WRITE_VOL2XML.
$Id: brede_write_xml.m,v 1.13 2005/10/05 13:26:31 fnielsen Exp $
Cross-Reference Information
This function calls
This function is called by
Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF