<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title>Main Showroom</title>
        <link>https://www.catalogmachine.com/catalog-machine-samples/showroom</link>
        <description></description>
            <image>
                <url>https://images.catalogmachine.com/live/files/85462/root/caatalogmachine-hq.png</url>
                <title>Main Showroom</title>
                <link>https://www.catalogmachine.com/catalog-machine-samples/showroom</link>
            </image>
                    <item>
                <title>test 5</title>
                <link>apparel/111</link>
                <description>&lt;p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;h3&gt;&lt;span&gt;Versioning &amp;amp; Breaking Changes&lt;/span&gt;&lt;a href=&quot;https://lexical.dev/docs/concepts/serialization#versioning--breaking-changes&quot;&gt;&lt;span&gt;​&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;&lt;span&gt;It&#39;s important to note that you should avoid making breaking changes to existing fields in your JSON object, especially if backwards compatibility is an important part of your editor. That&#39;s why we recommend using a version field to separate the different changes in your node as you add or change functionality of custom nodes. Here&#39;s the serialized type definition for Lexical&#39;s base&amp;nbsp;&lt;/span&gt;&lt;code spellcheck=&quot;false&quot;&gt;&lt;span&gt;TextNode&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;class:&lt;/span&gt;&lt;/p&gt;&lt;code spellcheck=&quot;false&quot;&gt;&lt;code spellcheck=&quot;false&quot;&gt;&lt;span style=&quot;color: rgb(100, 0, 159);&quot;&gt;import&lt;/span&gt;&lt;span&gt; type &lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;{&lt;/span&gt;&lt;span&gt;Spread&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;}&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 159);&quot;&gt;from&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span style=&quot;color: rgb(227, 17, 108);&quot;&gt;&#39;lexical&#39;&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;em&gt;// Spread is a Typescript utility that allows us to spread the properties&lt;/em&gt;&lt;br&gt;&lt;em&gt;// over the base SerializedLexicalNode type.&lt;/em&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(0, 0, 159);&quot;&gt;export&lt;/span&gt;&lt;span&gt; type SerializedTextNode &lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;=&lt;/span&gt;&lt;span&gt; Spread&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;&amp;lt;&lt;/span&gt;&lt;br&gt;&lt;span&gt;  &lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;{&lt;/span&gt;&lt;br&gt;&lt;span&gt;    &lt;/span&gt;&lt;span style=&quot;color: rgb(54, 172, 170);&quot;&gt;detail&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;:&lt;/span&gt;&lt;span&gt; number&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;;&lt;/span&gt;&lt;br&gt;&lt;span&gt;    &lt;/span&gt;&lt;span style=&quot;color: rgb(54, 172, 170);&quot;&gt;format&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;:&lt;/span&gt;&lt;span&gt; number&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;;&lt;/span&gt;&lt;br&gt;&lt;span&gt;    &lt;/span&gt;&lt;span style=&quot;color: rgb(54, 172, 170);&quot;&gt;mode&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;:&lt;/span&gt;&lt;span&gt; TextModeType&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;;&lt;/span&gt;&lt;br&gt;&lt;span&gt;    &lt;/span&gt;&lt;span style=&quot;color: rgb(54, 172, 170);&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;:&lt;/span&gt;&lt;span&gt; string&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;;&lt;/span&gt;&lt;br&gt;&lt;span&gt;    &lt;/span&gt;&lt;span style=&quot;color: rgb(54, 172, 170);&quot;&gt;text&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;:&lt;/span&gt;&lt;span&gt; string&lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;;&lt;/span&gt;&lt;br&gt;&lt;span&gt;  &lt;/span&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;},&lt;/span&gt;&lt;br&gt;&lt;span&gt;  SerializedLexicalNode&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(57, 58, 52);&quot;&gt;&amp;gt;;&lt;/span&gt;&lt;br&gt;&lt;/code&gt;&lt;/code&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;If we wanted to make changes to the above&amp;nbsp;&lt;/span&gt;&lt;code spellcheck=&quot;false&quot;&gt;&lt;span&gt;TextNode&lt;/span&gt;&lt;/code&gt;&lt;span&gt;, we should be sure to not remove or change an existing property, as this can cause data corruption. Instead, opt to add the functionality as a new property field instead, and use the version to determine how to handle the differences in your node.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/p&gt;</description>
                    <pubdate>Sat, 09 Jul 2022 21:49 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/99-73801b46-c32a-4a85-be0c-b33647c51451.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Blue shirt</title>
                <link>apparel/21</link>
                <description>A handsome style like our Long Sleeve Plaid Woven Shirt</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl1.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Stripe shirt</title>
                <link>apparel/24</link>
                <description>A handsome style like our Long Sleeve Plaid Woven Shirt</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl3.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Pocket shirt</title>
                <link>apparel/23</link>
                <description>Solid Pocket Woven Shirt is a smart sunny-weather staple</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl5.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Black shirt</title>
                <link>apparel/99</link>
                <description>&lt;p&gt;&lt;span&gt;A handsome style like our Long Sleeve Plaid Woven Shirt&lt;/span&gt;&lt;br&gt;&lt;span&gt;{{Contact Information}}&lt;/span&gt;&lt;/p&gt;</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/99-73801b46-c32a-4a85-be0c-b33647c51451.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Polo shirt</title>
                <link>apparel/18</link>
                <description>&lt;p&gt;&lt;span&gt;Our Solid Logo Polo is a wardrobe must for stylish gents like you&lt;/span&gt;&lt;/p&gt;</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl7.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Skinny jean</title>
                <link>jeans/17</link>
                <description>Tug on our Skinny Dark Wash Jean for cool style in a snap!</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl8.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Red shirt</title>
                <link>apparel/20</link>
                <description>A handsome style like our Long Sleeve Plaid Woven Shirt</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl2.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Tee shirt</title>
                <link>apparel/19</link>
                <description>Solid Crew-Neck Tee is the ultimate wear-anywhere shirt</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl6.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Dark jean</title>
                <link>jeans/16</link>
                <description>&lt;p&gt;&lt;span&gt;Going to the party without rocking our Dark Rinse Wash Jean is a mistake!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
                    <pubdate>Thu, 16 Nov 2017 23:38 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/sl9.jpg' height='75' width='75' />
            </item>
            <item>
                <title>solid crop leggings</title>
                <link>jeans/10</link>
                <description></description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/10.jpg' height='75' width='75' />
            </item>
            <item>
                <title>womens long sleeve solid layering tee shirt</title>
                <link>apparel/9</link>
                <description>&lt;p&gt;&lt;span&gt;1234&lt;/span&gt;&lt;/p&gt;</description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/9.jpg' height='75' width='75' />
            </item>
            <item>
                <title>Womens tipped polo shirt</title>
                <link>apparel/8</link>
                <description></description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/8.jpg' height='75' width='75' />
            </item>
            <item>
                <title>skinny core dark wash jean</title>
                <link>jeans/12</link>
                <description></description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/12.jpg' height='75' width='75' />
            </item>
            <item>
                <title>solid heathered pocket tank shirt</title>
                <link>apparel/7</link>
                <description></description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/7.jpg' height='75' width='75' />
            </item>
            <item>
                <title>womens lightweight core full-zip hoodie</title>
                <link>apparel/11</link>
                <description></description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/11.jpg' height='75' width='75' />
            </item>
            <item>
                <title>high-waisted light wash ankle jegging</title>
                <link>jeans/15</link>
                <description></description>
                    <pubdate>Sat, 12 Aug 2017 22:24 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/15.jpg' height='75' width='75' />
            </item>
            <item>
                <title>mens core cargo shorts</title>
                <link>jeans/5</link>
                <description></description>
                    <pubdate>Fri, 11 Aug 2017 16:23 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/5.jpg' height='75' width='75' />
            </item>
            <item>
                <title>mens zippered baseball jacket</title>
                <link>apparel/2</link>
                <description></description>
                    <pubdate>Fri, 11 Aug 2017 16:23 GMT</pubdate>
                                    <media:thumbnail url='https://images.catalogmachine.com/live/files/85462/root/Products/_thumb/2.jpg' height='75' width='75' />
            </item>
    </channel>

</rss>
