Path: news.mathworks.com!not-for-mail
From: "Joe Frank" <sascod@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: XMLwrite
Date: Thu, 2 Apr 2009 13:55:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <gr2g3o$bmj$1@fred.mathworks.com>
Reply-To: "Joe Frank" <sascod@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1238680504 11987 172.30.248.38 (2 Apr 2009 13:55:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Apr 2009 13:55:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1754414
Xref: news.mathworks.com comp.soft-sys.matlab:529723


Hello,

I have some questions regarding XMLwrite functions.

I have a structure in my workspace and I need to parse that structure & convert it into XMLfile

I have written this function but this doesnt seem to work.

function parseStruct(Struct, xmlForm)
xml_write('xmlForm.xml', Struct);
type('xmlForm.xml')

Please help me with this.