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


"Joe Frank" <sascod@gmail.com> wrote in message <gr2g3o$bmj$1@fred.mathworks.com>...
> 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.

Its quite urgent.. Can some1 help me out?