System.Activities System.Activities.Statements System.Activities.Expressions System.Activities.Validation System.Activities.XamlIntegration Microsoft.VisualBasic Microsoft.VisualBasic.Activities System System.Collections System.Collections.Generic System.Data System.Diagnostics System.Drawing System.IO System.Linq System.Net.Mail System.Xml System.Xml.Linq UiPath.Core UiPath.Core.Activities System.Windows.Markup System.Text.RegularExpressions System.Xml.Serialization System.Windows.Forms DocumentFormat.OpenXml.Office2010.Excel System.Xml.XPath System.Activities Microsoft.VisualBasic mscorlib System.Data System System.Drawing System.Core System.Xml System.Xml.Linq PresentationFramework WindowsBase PresentationCore System.Xaml UiPath.System.Activities UiPath.UiAutomation.Activities UiPath.System.Activities.Design DocumentFormat.OpenXml System.ValueTuple UiPath.Excel System.ServiceModel System.Runtime.Serialization System.Collections.Immutable True [Header] ["<!--Start of Header Stuff-->"+ "<!doctype html>"+ "<html lang=”+“”“en”+“”“>"+ "<head>"+ "<meta charset=”+“”“utf-8”+“”“>"+ "<meta name=”+“”“viewport”+“”“ content=”+“”“width=device-width, initial-scale=1, shrink-to-fit=no”+“”“>"+ "<meta name=”+“”“description”+“”“ content=”+“”“”+“”“>"+ "<meta name=”+“”“author”+“”“ content=”+“”“Mark Otto, Jacob Thornton, and Bootstrap contributors”+“”“>"+ "<meta name=”+“”“generator”+“”“ content=”+“”“Jekyll v3.8.5”+“”“>"+ "<title>RSS Reader Bootstrap</title>"+ "<link rel=”+“”“canonical”+“”“ href=”+“”“https://getbootstrap.com/docs/4.3/examples/album/”+“”“>"+ "<!-- Bootstrap core CSS -->"+ "<link rel=”+“”“stylesheet”+“”“ href=”+“”“https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css”+“”“"+ "integrity=”+“”“sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T”+“”“ crossorigin=”+“”“anonymous”+“”“>"+ "<style>"+ ".bd-placeholder-img {"+ " font-size: 1.125rem;"+ " text-anchor: middle;"+ " -webkit-user-select: none;"+ " -moz-user-select: none;"+ " -ms-user-select: none;"+ " user-select: none;"+ " }"+ " @media (min-width: 768px) {"+ " .bd-placeholder-img-lg {"+ " font-size: 3.5rem;"+ " }"+ " }"+ " </style>"+ " <!-- Custom styles for this template -->"+ " <link href=”+“”“album.css”+“”“ rel=”+“”“stylesheet”+“”“>"+ "</head>"+ "<body>"+ " <header>"+ " <div class=”+“”“collapse bg-dark”+“”“ id=”+“”“navbarHeader”+“”“>"+ " <div class=”+“”“container”+“”“>"+ " <div class=”+“”“row”+“”“>"+ " <div class=”+“”“col-sm-8 col-md-7 py-4”+“”“>"+ " <h4 class=”+“”“text-white”+“”“>About</h4>"+ " <p class=”+“”“text-muted”+“”“></p>"+ " </div>"+ " </div>"+ " </div>"+ " </div>"+ " <div class=”+“”“navbar navbar-dark bg-dark shadow-sm”+“”“>"+ " <div class=”+“”“container d-flex justify-content-between”+“”“>"+ " <a href=”+“”“http://www.Uipath.com”+“”“ class=”+“”“navbar-brand d-flex align-items-center”+“”“>"+ " <strong>Uipath RSS Reader</strong>"+ " </a>"+ " </div>"+ " </div>"+ " </header>"+ " <main role=”+“”“main”+“”“>"+ " <section class=”+“”“jumbotron text-center”+“”“>"+ " <div class=”+“”“container”+“”“>"+ " <h1 class=”+“”“jumbotron-heading”+“”“>Webpage Built by a Bot</h1>"+ " <p class=”+“”“lead text-muted”+“”“>Bots can automate all kinds of manual tasks - including creating webpages. Consider using a bot to create interesting visual representations of your data through webpages, html emails, charts, etc.</p>"+ " </div>"+ " </section>"+ " <div class=”+“”“album py-5 bg-light”+“”“>"+ " <div class=”+“”“container”+“”“>"+ " <div class=”+“”“row”+“”“>"+ " <!--End of Header Stuff-->"] [ItemCount] [System.Text.RegularExpressions.Regex.Matches( ResposeString,"<item>").Count] [ItemCount] [RSSxml.Root.Descendants("item").Count] [itemList] [RSSxml.Descendants("item")] True [Title] [item.Descendants("title").First] [Description] [item.Descendants("description").First] [Link] [item.Descendants("link").First] True [Image] [item.Descendants("media:thumbnail//*url=").First] [Image] [item.Descendants(XNS_media + "thumbnail").First().Attribute("url").Value.toString] True False [Body] ["<div Class=”+“”“col-md-4”+“”“>"+ "<div Class=”+“”“card mb-4 shadow-sm”+“”“>"+ "<img"+ "src=”+“”“"+Image +"”+“”“"+ " width=”+“”“100%”+“”“ height=”+“”“225”+“”“>"+ " <div Class=”+“”“card-body”+“”“>"+ " <small Class=”+“”“text-muted”+“”“>$sItemCategory$</small>"+ " <p Class=”+“”“card-text”+“”“><b>"+Item.Value.ToString+"</b></p>"+ " <p Class=”+“”“card-text”+“”“>"+Description.Value.ToString+"</p>"+ " <div Class=”+“”“d-flex justify-content-between align-items-center”+“”“>"+ " <div Class=”+“”“btn-Group”+“”“>"+ " <a href='"+ Link.Value.ToString+"'><button type=”+“”“button”+“”“ class=”+“”“btn btn-sm btn-outline-secondary”+“”“>Read More</button></a> "+ " </div>"+ " <small Class=”+“”“text-muted”+“”“>$sItemPublicationDate$</small>"+ " </div>"+ " </div>"+ " </div>"+ " </div>"] [Body] [Body+vbCr+"<div Class=”+“”“col-md-4”+“”“>"+ "<div Class=”+“”“card mb-4 shadow-sm”+“”“>"+ "<img"+ "src=”+“”“$sItemImage$”+“”“"+ " width=”+“”“100%”+“”“ height=”+“”“225”+“”“>"+ " <div Class=”+“”“card-body”+“”“>"+ " <small Class=”+“”“text-muted”+“”“>$sItemCategory$</small>"+ " <p Class=”+“”“card-text”+“”“><b>"+Item.Value.ToString+"</b></p>"+ " <p Class=”+“”“card-text”+“”“>"+Description.Value.ToString+"</p>"+ " <div Class=”+“”“d-flex justify-content-between align-items-center”+“”“>"+ " <div Class=”+“”“btn-Group”+“”“>"+ " <a href='"+Link.Value.ToString+"'><button type=”+“”“button”+“”“ class=”+“”“btn btn-sm btn-outline-secondary”+“”“>Read More</button></a> "+ " </div>"+ " <small Class=”+“”“text-muted”+“”“>$sItemPublicationDate$</small>"+ " </div>"+ " </div>"+ " </div>"+ " </div>"]