<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>News and latest updates about the sinelabore model to code generator on Sinelabore Homepage</title>
    <link>https://www.sinelabore.de/news/</link>
    <description>Recent content in News and latest updates about the sinelabore model to code generator on Sinelabore Homepage</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://www.sinelabore.de/news/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>New version 7.1</title>
      <link>https://www.sinelabore.de/news/2026-03-01-new-version-7-1/</link>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2026-03-01-new-version-7-1/</guid>
      <description>&lt;p&gt;Update for SysML v2. This version improves code generation and adds support for more SysML v2 features. For example, actions are now treated as first-class SysML v2 features and represented as structs in the generated code instead of methods. Check out the GitHub examples for details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 7.0</title>
      <link>https://www.sinelabore.de/news/2025-11-01-new-version-7-0/</link>
      <pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2025-11-01-new-version-7-0/</guid>
      <description>&lt;p&gt;SysML v2 is here and marks a major leap forward in systems modeling. Version 7.0 supports generation of CPPX code from a SysML v2 textual model. With a small framework, the generated parts and state machine code can be executed and tested easily.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SysML v2.0 - First Experiments</title>
      <link>https://www.sinelabore.de/news/2025-07-01-sysml-v2-first-experiments/</link>
      <pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2025-07-01-sysml-v2-first-experiments/</guid>
      <description>&lt;p&gt;We explored the current status of SysML v2. Read more in this article: &lt;a href=&#34;https://www.sinelabore.de/docs/symlv2/&#34;&gt;/docs/symlv2/&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.5.1</title>
      <link>https://www.sinelabore.de/news/2025-02-02-new-version-6-5-1/</link>
      <pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2025-02-02-new-version-6-5-1/</guid>
      <description>&lt;p&gt;In addition to several improvements, support for additional command-line parameters when using &lt;code&gt;-l cppx&lt;/code&gt; was added. You can now optionally specify &lt;code&gt;-std&lt;/code&gt; to enable all necessary parameters for language features in version 11 or 14, which simplifies configuration for new users.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.5.2</title>
      <link>https://www.sinelabore.de/news/2025-02-01-new-version-6-5-2/</link>
      <pubDate>Sat, 01 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2025-02-01-new-version-6-5-2/</guid>
      <description>&lt;p&gt;This version is recommended for all users. Core modules were refactored for better maintainability and consistency, test coverage was improved, and CPPX code generation was updated to avoid unnecessary dynamic memory allocations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.4</title>
      <link>https://www.sinelabore.de/news/2024-09-01-new-version-6-4/</link>
      <pubDate>Sun, 01 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2024-09-01-new-version-6-4/</guid>
      <description>&lt;p&gt;Since version 6.4, history state handling has changed. Transitions can now end in a history state, and only then the previous history is considered when entering the state set; otherwise, the default entry chain is used. The new &lt;code&gt;TransitionsCanEndInHistoryStates&lt;/code&gt; parameter enables this feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.3.4</title>
      <link>https://www.sinelabore.de/news/2024-08-01-new-version-6-3-4/</link>
      <pubDate>Thu, 01 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2024-08-01-new-version-6-3-4/</guid>
      <description>&lt;p&gt;This release adds another way to influence the signature of the &lt;code&gt;processEvent()&lt;/code&gt; method in C++.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.3.3</title>
      <link>https://www.sinelabore.de/news/2024-06-01-new-version-6-3-3/</link>
      <pubDate>Sat, 01 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2024-06-01-new-version-6-3-3/</guid>
      <description>&lt;p&gt;This version includes small updates for the Python backend and fixes an issue in the C# backend.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.3.2</title>
      <link>https://www.sinelabore.de/news/2024-02-18-new-version-6-3-2/</link>
      <pubDate>Sun, 18 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2024-02-18-new-version-6-3-2/</guid>
      <description>&lt;p&gt;A state machine with regions can be in more than one state at a time. Previously, &lt;code&gt;getInnermostActiveState()&lt;/code&gt; returned only the topmost active state. With this release, selected backends can return multiple active states to better reflect runtime behavior.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;JS backend improvements: &lt;code&gt;IsIn()&lt;/code&gt; and &lt;code&gt;getInnermostActiveStates()&lt;/code&gt; now work with regions.&lt;/li&gt;&#xA;&lt;li&gt;C++11 backend improvements: &lt;code&gt;IsIn()&lt;/code&gt; and &lt;code&gt;getInnermostActiveStates()&lt;/code&gt; now work with regions (C++11 only).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In C++11, the generated function has this signature:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#e2e4e5;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-cpp&#34; data-lang=&#34;cpp&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ff6ac1&#34;&gt;auto&lt;/span&gt; oven&lt;span style=&#34;color:#ff6ac1&#34;&gt;::&lt;/span&gt;getInnermostActiveStates() &lt;span style=&#34;color:#ff6ac1&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#ff6ac1&#34;&gt;-&amp;gt;&lt;/span&gt; std&lt;span style=&#34;color:#ff6ac1&#34;&gt;::&lt;/span&gt;forward_list&lt;span style=&#34;color:#ff6ac1&#34;&gt;&amp;lt;&lt;/span&gt;oven&lt;span style=&#34;color:#ff6ac1&#34;&gt;::&lt;/span&gt;States&lt;span style=&#34;color:#ff6ac1&#34;&gt;&amp;gt;&lt;/span&gt;{&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  std&lt;span style=&#34;color:#ff6ac1&#34;&gt;::&lt;/span&gt;forward_list&lt;span style=&#34;color:#ff6ac1&#34;&gt;&amp;lt;&lt;/span&gt;oven&lt;span style=&#34;color:#ff6ac1&#34;&gt;::&lt;/span&gt;States&lt;span style=&#34;color:#ff6ac1&#34;&gt;&amp;gt;&lt;/span&gt; stateList;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  ...&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#ff6ac1&#34;&gt;return&lt;/span&gt; stateList;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>New version 6.3.2.1</title>
      <link>https://www.sinelabore.de/news/2024-02-18-new-version-6-3-2-1/</link>
      <pubDate>Sun, 18 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2024-02-18-new-version-6-3-2-1/</guid>
      <description>&lt;p&gt;Bugfix in the C++ backend relevant for users with state machines that have regions and do not want event handler parameters. In the previous version, a &lt;code&gt;msg&lt;/code&gt; parameter was incorrectly generated for the region handler code. This is now corrected.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.3</title>
      <link>https://www.sinelabore.de/news/2024-01-22-new-version-6-3/</link>
      <pubDate>Mon, 22 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2024-01-22-new-version-6-3/</guid>
      <description>&lt;p&gt;JavaScript is now supported as a new target language for the code generator.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.2</title>
      <link>https://www.sinelabore.de/news/2023-11-20-new-version-6-2/</link>
      <pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-11-20-new-version-6-2/</guid>
      <description>&lt;p&gt;Go is now supported as a new target language for the code generator.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.1</title>
      <link>https://www.sinelabore.de/news/2023-09-26-new-version-6-1/</link>
      <pubDate>Tue, 26 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-09-26-new-version-6-1/</guid>
      <description>&lt;p&gt;Changes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bugfixes and improvements in the built-in state diagram editor&lt;/li&gt;&#xA;&lt;li&gt;Use of a project-specific configuration file in the graphical editor&lt;/li&gt;&#xA;&lt;li&gt;New C-backend parameters to generate code following the opaque object pattern to hide state machine implementation details and reduce dependencies&lt;/li&gt;&#xA;&lt;li&gt;Improvements in the C-backend documentation and examples structure&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;New features:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Experimental parsing for the DrawIO editor&lt;/li&gt;&#xA;&lt;li&gt;Events marked as external can now be exported in a separate file for further processing&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>New version 6.0.5</title>
      <link>https://www.sinelabore.de/news/2023-08-12-new-version-6-0-5/</link>
      <pubDate>Sat, 12 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-08-12-new-version-6-0-5/</guid>
      <description>&lt;p&gt;Experimental support for DrawIO added.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.0.4</title>
      <link>https://www.sinelabore.de/news/2023-07-29-new-version-6-0-4/</link>
      <pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-07-29-new-version-6-0-4/</guid>
      <description>&lt;p&gt;Small bug fixes and several improvements in the built-in graphical state diagram editor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.0.3</title>
      <link>https://www.sinelabore.de/news/2023-07-05-new-version-6-0-3/</link>
      <pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-07-05-new-version-6-0-3/</guid>
      <description>&lt;p&gt;Only available as JAR download. This release includes small bug fixes in the built-in graphical editor and improvements in the C backend, with better support for strict C89 compilers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.0.2</title>
      <link>https://www.sinelabore.de/news/2023-06-03-new-version-6-0-2/</link>
      <pubDate>Sat, 03 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-06-03-new-version-6-0-2/</guid>
      <description>&lt;p&gt;Several minor improvements, especially for the C++ backend. New configuration parameters help generated code pass &lt;code&gt;clang-tidy&lt;/code&gt; checks for C++11 with &lt;code&gt;modernize-*&lt;/code&gt; checks enabled. A new example was added to show sensible parameter settings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 6.0</title>
      <link>https://www.sinelabore.de/news/2023-03-01-new-version-6-0/</link>
      <pubDate>Wed, 01 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-03-01-new-version-6-0/</guid>
      <description>&lt;p&gt;This major release fixes many small issues and adds support for generating code from Eclipse Papyrus. A step-by-step introduction video is available: &lt;a href=&#34;https://youtu.be/F6vUxv-z-os&#34;&gt;YouTube&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.6.3515</title>
      <link>https://www.sinelabore.de/news/2023-01-27-new-version-5-5-6-3515/</link>
      <pubDate>Fri, 27 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-01-27-new-version-5-5-6-3515/</guid>
      <description>&lt;p&gt;This version fixes a bug in config file handling and is recommended for all users.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.6.3490</title>
      <link>https://www.sinelabore.de/news/2023-01-21-new-version-5-5-6-3490/</link>
      <pubDate>Sat, 21 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2023-01-21-new-version-5-5-6-3490/</guid>
      <description>&lt;p&gt;This version adds many small improvements to the integrated state diagram editor, including improved layout, larger configurable default font, better config file search behavior, improved error marker display, and optional use of &lt;code&gt;codegen.cf&lt;/code&gt; as config filename.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.5.5</title>
      <link>https://www.sinelabore.de/news/2022-12-01-new-version-5-5-5-5/</link>
      <pubDate>Thu, 01 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2022-12-01-new-version-5-5-5-5/</guid>
      <description>&lt;p&gt;This version adds Rust as a language backend.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.5.1</title>
      <link>https://www.sinelabore.de/news/2022-06-01-new-version-5-5-5-1/</link>
      <pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2022-06-01-new-version-5-5-5-1/</guid>
      <description>&lt;p&gt;This version fixes several issues related to MISRA 2012 rules and includes recommended parameter settings for static code checkers. Recommended for all C/C++ users.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.5</title>
      <link>https://www.sinelabore.de/news/2022-05-01-new-version-5-5-5/</link>
      <pubDate>Sun, 01 May 2022 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2022-05-01-new-version-5-5-5/</guid>
      <description>&lt;p&gt;This version improves region handling for custom instance data types and is a recommended update for C backend users. It also improves XMI parsing of attributes and methods across supported UML tools.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.4</title>
      <link>https://www.sinelabore.de/news/2022-01-15-new-version-5-5-4/</link>
      <pubDate>Sat, 15 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2022-01-15-new-version-5-5-4/</guid>
      <description>&lt;p&gt;This version adds C++ template parameters for the event handler method and support for a user-defined event handler parameter in C#, increasing flexibility when passing data with events.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.5.2</title>
      <link>https://www.sinelabore.de/news/2022-01-01-new-version-5-5-2/</link>
      <pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2022-01-01-new-version-5-5-2/</guid>
      <description>&lt;p&gt;This version allows attributes and operations in EA/UModel class diagrams to be included in generated code. It also introduces a new dialog in the built-in editor (C backend) showing configuration parameters and their impact on generated handler signatures.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.4.1</title>
      <link>https://www.sinelabore.de/news/2021-10-01-new-version-5-4-1/</link>
      <pubDate>Fri, 01 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2021-10-01-new-version-5-4-1/</guid>
      <description>&lt;p&gt;New Windows/Mac installer (thanks to Java 17) simplifies setup for users less comfortable with command-line workflows. The C++ backend now also supports the &lt;code&gt;ValidationCall&lt;/code&gt; parameter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.3</title>
      <link>https://www.sinelabore.de/news/2021-08-01-new-version-5-3/</link>
      <pubDate>Sun, 01 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2021-08-01-new-version-5-3/</guid>
      <description>&lt;p&gt;Several usability improvements, bug fixes, and new functions, especially in the built-in editor. Recommended for all users. A detailed changelog is available in the code generator manual.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 5.2</title>
      <link>https://www.sinelabore.de/news/2021-01-01-new-version-5-2/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2021-01-01-new-version-5-2/</guid>
      <description>&lt;p&gt;The built-in editor was completely rewritten to make state diagram creation faster. It now provides full support for regions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 4.1</title>
      <link>https://www.sinelabore.de/news/2020-02-15-new-version-4-1/</link>
      <pubDate>Sat, 15 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2020-02-15-new-version-4-1/</guid>
      <description>&lt;p&gt;This release introduces a Lua backend and provides UML state machine code generation for Lua. It follows the approach described by Roberto Ierusalimschy and includes additional background information in the documentation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 3.7.4</title>
      <link>https://www.sinelabore.de/news/2019-06-17-new-version-3-7-4/</link>
      <pubDate>Mon, 17 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2019-06-17-new-version-3-7-4/</guid>
      <description>&lt;p&gt;This bug-fix release is recommended for all users. For Cadifra users, connection points were added to improve readability in complex diagrams.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New example for PIC users</title>
      <link>https://www.sinelabore.de/news/2019-05-02-new-example-for-pic-users/</link>
      <pubDate>Thu, 02 May 2019 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2019-05-02-new-example-for-pic-users/</guid>
      <description>&lt;p&gt;This tutorial explains how to use state machines with the PIC16F18446 Curiosity Nano board. Read more: &lt;a href=&#34;https://www.sinelabore.de/docs/examples/pic_tutorial/&#34;&gt;/docs/examples/pic_tutorial/&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sparx new EA version</title>
      <link>https://www.sinelabore.de/news/2017-12-29-sparx-new-ea-version/</link>
      <pubDate>Fri, 29 Dec 2017 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2017-12-29-sparx-new-ea-version/</guid>
      <description>&lt;p&gt;Tests with Enterprise Architect version 13 were successful. If you find issues while using code generation with that version, please send a bug report.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QuickStart tutorial for Energia on GitHub</title>
      <link>https://www.sinelabore.de/news/2017-09-20-quickstart-tutorial-for-energia-on-github/</link>
      <pubDate>Wed, 20 Sep 2017 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2017-09-20-quickstart-tutorial-for-energia-on-github/</guid>
      <description>&lt;p&gt;A new GitHub example shows how to integrate generated Sinelabore code into the Energia IDE for TI processors. The demo controls LED flash frequency on the MSP430FR5969 LaunchPad and demonstrates the benefits of state machine modeling. See the examples: &lt;a href=&#34;https://github.com/sinelabore/examples&#34;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New version 3.7.1 with small improvements</title>
      <link>https://www.sinelabore.de/news/2017-04-09-new-version-3-7-1-with-small-improvements/</link>
      <pubDate>Sun, 09 Apr 2017 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2017-04-09-new-version-3-7-1-with-small-improvements/</guid>
      <description>&lt;p&gt;Recommended for all C# users and users of the built-in editor/simulator.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Code Generator Features for High-Availability and Safety Systems</title>
      <link>https://www.sinelabore.de/news/2016-11-06-code-generator-features-for-high-availability-and-safety-systems/</link>
      <pubDate>Sun, 06 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2016-11-06-code-generator-features-for-high-availability-and-safety-systems/</guid>
      <description>&lt;p&gt;There is a new article in the Designers Toolbox explaining C-backend features for high-availability and safety systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Generate Python Code from State Diagrams</title>
      <link>https://www.sinelabore.de/news/2016-10-16-generate-python-code-from-state-diagrams/</link>
      <pubDate>Sun, 16 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://www.sinelabore.de/news/2016-10-16-generate-python-code-from-state-diagrams/</guid>
      <description>&lt;p&gt;With version 3.7 it is now possible to generate Python code. State machine code is generated as a Python class with full support for relevant state machine features. A working microwave oven example is included.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
