<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248157</link>
    <title>MATLAB Central Newsreader - XMLwrite</title>
    <description>Feed for thread: XMLwrite</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 02 Apr 2009 13:55:04 -0400</pubDate>
      <title>XMLwrite</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248157#639703</link>
      <author>Joe Frank</author>
      <description>Hello,&lt;br&gt;
&lt;br&gt;
I have some questions regarding XMLwrite functions.&lt;br&gt;
&lt;br&gt;
I have a structure in my workspace and I need to parse that structure &amp; convert it into XMLfile&lt;br&gt;
&lt;br&gt;
I have written this function but this doesnt seem to work.&lt;br&gt;
&lt;br&gt;
function parseStruct(Struct, xmlForm)&lt;br&gt;
xml_write('xmlForm.xml', Struct);&lt;br&gt;
type('xmlForm.xml')&lt;br&gt;
&lt;br&gt;
Please help me with this.</description>
    </item>
    <item>
      <pubDate>Thu, 02 Apr 2009 14:28:02 -0400</pubDate>
      <title>Re: XMLwrite</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248157#639718</link>
      <author>Joe Frank</author>
      <description>&quot;Joe Frank&quot; &amp;lt;sascod@gmail.com&amp;gt; wrote in message &amp;lt;gr2g3o$bmj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have some questions regarding XMLwrite functions.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have a structure in my workspace and I need to parse that structure &amp; convert it into XMLfile&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have written this function but this doesnt seem to work.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; function parseStruct(Struct, xmlForm)&lt;br&gt;
&amp;gt; xml_write('xmlForm.xml', Struct);&lt;br&gt;
&amp;gt; type('xmlForm.xml')&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please help me with this.&lt;br&gt;
&lt;br&gt;
Its quite urgent.. Can some1 help me out?</description>
    </item>
    <item>
      <pubDate>Thu, 02 Apr 2009 15:19:56 -0400</pubDate>
      <title>Re: XMLwrite</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248157#639740</link>
      <author>Titus</author>
      <description>&lt;br&gt;
&quot;Joe Frank&quot; &amp;lt;sascod@gmail.com&amp;gt; schrieb im Newsbeitrag &lt;br&gt;
news:gr2i1h$dia$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &quot;Joe Frank&quot; &amp;lt;sascod@gmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;lt;gr2g3o$bmj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt; Hello,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I have some questions regarding XMLwrite functions.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I have a structure in my workspace and I need to parse that structure &amp; &lt;br&gt;
&amp;gt;&amp;gt; convert it into XMLfile&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I have written this function but this doesnt seem to work.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; function parseStruct(Struct, xmlForm)&lt;br&gt;
&amp;gt;&amp;gt; xml_write('xmlForm.xml', Struct);&lt;br&gt;
&amp;gt;&amp;gt; type('xmlForm.xml')&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Please help me with this.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Its quite urgent.. Can some1 help me out?&lt;br&gt;
&lt;br&gt;
Hi Joe,&lt;br&gt;
&lt;br&gt;
where did you get xml_write from? Ask the author. Or do you mean xmlwrite &lt;br&gt;
(the MATLAB function xmlwrite)? In this case you need to transform the &lt;br&gt;
structure into a DOM node first (quite the opposite of what is done in the &lt;br&gt;
doc for xmlread in Example3).&lt;br&gt;
&lt;br&gt;
Titus </description>
    </item>
  </channel>
</rss>

