<?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 Converting RAWXML inc. HTML to Collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Converting-RAWXML-inc-HTML-to-Collection/m-p/99142#M46754</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to convert RAWXML data contained in a Data item to extract all elements into a Collection. The data contains html elements as well as well XML data that needs to be converted. I was wondering if there is any pre-built object in DX or custom code that can be ran to resolve this. I have already used Utility - XML by passing in the elements however that has not returned anything back.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 16:49:11 GMT</pubDate>
    <dc:creator>Usama.Zubair</dc:creator>
    <dc:date>2024-03-01T16:49:11Z</dc:date>
    <item>
      <title>Converting RAWXML inc. HTML to Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-RAWXML-inc-HTML-to-Collection/m-p/99142#M46754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to convert RAWXML data contained in a Data item to extract all elements into a Collection. The data contains html elements as well as well XML data that needs to be converted. I was wondering if there is any pre-built object in DX or custom code that can be ran to resolve this. I have already used Utility - XML by passing in the elements however that has not returned anything back.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 16:49:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-RAWXML-inc-HTML-to-Collection/m-p/99142#M46754</guid>
      <dc:creator>Usama.Zubair</dc:creator>
      <dc:date>2024-03-01T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Converting RAWXML inc. HTML to Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-RAWXML-inc-HTML-to-Collection/m-p/99143#M46755</link>
      <description>&lt;P&gt;Dear Usama,&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;I would suggest the following steps.&lt;/P&gt;
&lt;P&gt;1. Parse the RAW XML data:&lt;/P&gt;
&lt;P&gt;Use a "Utility - XML" action or a custom code stage to parse the RAW XML data into a structured format. For example, you can use the XmlDocument class in .NET to load and parse the XML data.&lt;BR /&gt;Extract the elements you need from the XML data. You can navigate the XML structure using XPath expressions to locate specific elements.&lt;/P&gt;
&lt;P&gt;2. Extract elements into a Collection:&lt;/P&gt;
&lt;P&gt;Create a Collection to store the extracted elements.&lt;BR /&gt;Iterate over the parsed XML data and extract the desired elements.&lt;BR /&gt;Add each extracted element to the Collection using Blue Prism's Collection manipulation actions such as "Utility - Collection Manipulation" or custom code stages.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 08:28:55 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-RAWXML-inc-HTML-to-Collection/m-p/99143#M46755</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-04T08:28:55Z</dc:date>
    </item>
  </channel>
</rss>

