<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Collection to XML in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Collection-to-XML/m-p/96651#M44849</link>
    <description>I consider using DataSet.GetXml().&lt;BR /&gt;If you have better way, feel free to share it!</description>
    <pubDate>Fri, 11 Nov 2022 10:16:29 GMT</pubDate>
    <dc:creator>TomasKochan1</dc:creator>
    <dc:date>2022-11-11T10:16:29Z</dc:date>
    <item>
      <title>Collection to XML</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-to-XML/m-p/96650#M44848</link>
      <description>&lt;P&gt;Hi, I'd like to convert a flat collection like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;First_Name&amp;nbsp; &amp;nbsp; Last_Name&amp;nbsp; &amp;nbsp; &amp;nbsp;Age&lt;/STRONG&gt;&lt;BR /&gt;John&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Smith&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;78&lt;BR /&gt;Lisa&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; McDonald&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24&lt;BR /&gt;&lt;BR /&gt;into XML like this:&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;root&amp;gt;
  &amp;lt;person&amp;gt;
    &amp;lt;First_Name&amp;gt;John&amp;lt;/First_Name&amp;gt;
    &amp;lt;Last_Name&amp;gt;Smith&amp;lt;/Last_Name&amp;gt;
    &amp;lt;Age&amp;gt;78&amp;lt;/Age&amp;gt;
  &amp;lt;/person&amp;gt;
  &amp;lt;person&amp;gt;
    &amp;lt;First_Name&amp;gt;Lisa&amp;lt;/First_Name&amp;gt;
    &amp;lt;Last_Name&amp;gt;McDonald&amp;lt;/Last_Name&amp;gt;
    &amp;lt;Age&amp;gt;24&amp;lt;/Age&amp;gt;
  &amp;lt;/person&amp;gt;
&amp;lt;/root&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
​Indentation is not a must but any extra attributes (eg. from serialization) are not desired.&lt;BR /&gt;Thank you​</description>
      <pubDate>Fri, 11 Nov 2022 09:18:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-to-XML/m-p/96650#M44848</guid>
      <dc:creator>TomasKochan1</dc:creator>
      <dc:date>2022-11-11T09:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Collection to XML</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-to-XML/m-p/96651#M44849</link>
      <description>I consider using DataSet.GetXml().&lt;BR /&gt;If you have better way, feel free to share it!</description>
      <pubDate>Fri, 11 Nov 2022 10:16:29 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-to-XML/m-p/96651#M44849</guid>
      <dc:creator>TomasKochan1</dc:creator>
      <dc:date>2022-11-11T10:16:29Z</dc:date>
    </item>
  </channel>
</rss>

