<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[New enhancement for User Defined Language System]]></title><description><![CDATA[<p dir="auto">In the next version (v7.6.4) several UDL (User Defined Language) xml files can be loaded by Notepad++  - that allows to manage/share UDL more easily (for example, a UDL per file).</p>
<ul>
<li>The old file <em><strong>userDefineLang.xml</strong></em> is kept in its old location and is still used.</li>
<li>The new folder <em><strong>userDefineLangs</strong></em> is added beside of the old UDL default file. Any UDL xml file can go into the folder <em><strong>userDefineLangs</strong></em> and will be loaded as UDL.</li>
<li>A UDL xml file must contain one (or several) user defined language(s).</li>
<li>The created UDL via UDL dialog and imported UDL are saved in  <em><strong>userDefineLang.xml</strong></em>  (default UDL file).</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/topic/17072/new-enhancement-for-user-defined-language-system</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 09:35:28 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17072.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Feb 2019 22:50:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 02 May 2019 11:16:34 GMT]]></title><description><![CDATA[<p dir="auto">Copying the userDefineLangs to %ProgramData% does not work.<br />
And installing the whole application to %ProgramData% is a really bad idea security wise and will be blocked by AppLocker anyway.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42818</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42818</guid><dc:creator><![CDATA[Christoph von Wittich]]></dc:creator><pubDate>Thu, 02 May 2019 11:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 02 May 2019 09:42:22 GMT]]></title><description><![CDATA[<p dir="auto">welcome to the notepad++ community, <a class="plugin-mentions-user plugin-mentions-a" href="/user/christoph-von-wittich" aria-label="Profile: Christoph-von-Wittich">@<bdi>Christoph-von-Wittich</bdi></a></p>
<p dir="auto">if you want to deploy udls for all users right now, you could use a <a href="https://notepad-plus-plus.org/community/topic/17232/install-notepad-plugin-without-admin-rights/3" rel="nofollow ugc">%ProgramData% install</a> (see option 1).</p>
<p dir="auto">this installation type will allow deployment of udls for all users to <code>%ProgramData%\Notepad++\userDefineLangs\</code>.<br />
it will also allow central settings for all users, and enable users to use plugins admin without admin rights, e.g. to update plugins.</p>
<p dir="auto">another way for default installs, is to use the cloud settings to define a locally shared folder, which is accessible for all desired users. note: to share this setting on default installs, you have to define a config.model.xml, which will be deployed as config.xml to all users that do not have a config.xml yet, or alternatively make the changes to the existing config.xml files located at each user’s %AppData%.</p>
<p dir="auto">best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42815</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42815</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 02 May 2019 09:42:22 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 02 May 2019 09:00:36 GMT]]></title><description><![CDATA[<p dir="auto">Could you please search for these .xml files in %ProgramFiles%\Notepad++\userDefineLangs folder as well?<br />
We would like to preinstall extra UDL files for all our users.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42812</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42812</guid><dc:creator><![CDATA[Christoph von Wittich]]></dc:creator><pubDate>Thu, 02 May 2019 09:00:36 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 21 Feb 2019 17:53:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scot-65" aria-label="Profile: scot-65">@<bdi>scot-65</bdi></a></p>
<blockquote>
<p dir="auto">a) What will be the file naming convention of the individual UDL’s?</p>
</blockquote>
<p dir="auto">the file name can be literarily anything.xml.<br />
the included udl or multiple udls in this “collection” do not have to match the .xml file name.</p>
<blockquote>
<p dir="auto">b) UDL’s are user settings. Are user settings located in the AppData area and not in Program Files?</p>
</blockquote>
<p dir="auto">yes, they will be created at <code>%AppData%\Notepad++\userDefineLang.xml</code>, and can be moved/copied/renamed to <code>%AppData%\Notepad++\userDefineLangs\</code>.<br />
this folder will probably be the preferred location for a future deployment of a descriptive <code>yourUdlCollection.xml</code>, instead of overwriting an existing <code>userDefineLang.xml</code>.</p>
<blockquote>
<p dir="auto">c) Should the Auto Complete files, which are considered user settings, (also) be located in the AppData section?</p>
</blockquote>
<p dir="auto">this is a tricky question, because on one hand they are currently located at <code>%ProgramFiles[(x86)]%\Notepad++\autoCompletion</code>, but on the other hand it would make sense to allow a user specific version at  <code>%AppData%\Notepad++\autoCompletion\</code> which is, afaik, currently not implemented.</p>
<blockquote>
<p dir="auto">d) I wish to package together the UDL file(s) and Auto Complete file(s) as one zip file. Will there be file name conflicts?</p>
</blockquote>
<p dir="auto">with the new udl collections: no, as they can have any names, and don’t reside at the same location as a default userDefineLang.xml.<br />
with the autocompletion.xml files themselves yes, as a same name xml, like html.xml, would replace the existing file at <code>%ProgramFiles[(x86)]%\Notepad++\autoCompletion</code>.</p>
<p dir="auto"><strong>note</strong>: this information is based on the current pre-release builds, with the newest udl features already implemented.<br />
anything currently known, might (or might not) still be subject to change.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/40120</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/40120</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Thu, 21 Feb 2019 17:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 21 Feb 2019 16:13:25 GMT]]></title><description><![CDATA[<p dir="auto">A few concerns on the proposed UDL enhancement…</p>
<p dir="auto">a) What will be the file naming convention of the individual UDL’s?<br />
b) UDL’s are user settings. Are user settings located in the AppData area and not in Program Files?<br />
c) Should the Auto Complete files, which are considered user settings, (also) be located in the AppData section?<br />
d) I wish to package together the UDL file(s) and Auto Complete file(s) as one zip file. Will there be file name conflicts?</p>
<p dir="auto">Scot-65</p>
]]></description><link>https://community.notepad-plus-plus.org/post/40118</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/40118</guid><dc:creator><![CDATA[scot-65]]></dc:creator><pubDate>Thu, 21 Feb 2019 16:13:25 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Mon, 11 Feb 2019 14:52:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> ,</p>
<p dir="auto">Sorry for the off-topic question but when will this PR be merged:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5190" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5190</a> ?</p>
<p dir="auto">Are you also planning to merge PR <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5225" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/5225</a> ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39614</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39614</guid><dc:creator><![CDATA[pnedev]]></dc:creator><pubDate>Mon, 11 Feb 2019 14:52:52 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Sun, 10 Feb 2019 16:52:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<blockquote>
<p dir="auto">I didn’t mean in the FAQ here</p>
</blockquote>
<p dir="auto">i’m in no position to publish anywhere else, except here at the community, and in this case you’ve addressed me directly, which also means not addressing members that have the needed authority to do so.</p>
<blockquote>
<p dir="auto">knowledge provided in individual postings…and pull it together all in one place.</p>
</blockquote>
<p dir="auto">i might be of service to answer single and simple questions in an understandable way, but i don’t think i am capable of writing a whole manual of this extent.</p>
<p dir="auto">would you have the time to do so ?<br />
if yes, i suppose it will also be one of the best guides around, as you are not yet very familiar with udl and therefore you are able to write a guide that can easily been understood by inexperienced users, due to writing it while learning to use it.</p>
<p dir="auto">reason: in my experience, many guides written by pro’s or by me, are difficult to understand, if a reader wants to start off from zero knowledge.<br />
and on the other hand, i’ve seen manuals, written by (former) beginners, which are perfect for both beginners and pros, as they are written in a way the author himself would have understood as a beginner, if he had such a guide when he started out himself.</p>
<blockquote>
<p dir="auto">I don’t know about that!!!</p>
</blockquote>
<p dir="auto">i suppose it’s sarcastic, but if not, you will understand if you re-read the only one post where i ever disagreed with you, and all of it’s surroundings.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39557</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39557</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 10 Feb 2019 16:52:04 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Sun, 10 Feb 2019 15:09:06 GMT]]></title><description><![CDATA[<p dir="auto">Yes, this is a great feature to have separated UDLs. I really hope that can be used to have an option to install UDLs via Plugins Admin (for example). My idea is to have a new tab for this and UDLs that are stored in a repository with option for the users to add and commit a new ones.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39552</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39552</guid><dc:creator><![CDATA[rddim]]></dc:creator><pubDate>Sun, 10 Feb 2019 15:09:06 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Sun, 10 Feb 2019 14:50:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<p dir="auto">i agree with you, but i think it is not necessary to put topics like the new udl features in the faqs, as it is not a feature that will be used by the majority of notepad++ users.</p>
<p dir="auto">publishing too much information will clutter the faqs and i assume that people, who are capable of creating an udl, will use the search option of the notepad++ community forum 😉.</p>
<p dir="auto">if we get too many questions about the new udl features in the future, we all can re-evaluate together, if it makes sense to add this to the faqs.</p>
<hr />
<p dir="auto">btw and off topic: alan, i guess i will try not disagree with you in the near future again … my experience has taught me, that you have good reasons and a very good sense of prediction. 👍</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39550</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39550</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Sun, 10 Feb 2019 14:50:18 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Sun, 10 Feb 2019 14:17:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a></p>
<p dir="auto">I like your enthusiasm…for everything Notepad++ related, including the topic of this thread.  How about compiling all of the information on UDL, including all the tricks and tips, and publishing it somewhere?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39547</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39547</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 10 Feb 2019 14:17:29 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Sun, 10 Feb 2019 01:27:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> 👍</p>
<p dir="auto">splendid, i’ve tested your <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/494b4bc0dba79511ca7673b7995a2205efdc8bfa" rel="nofollow ugc">commit</a> and can not reproduce any of the reported issues anymore.</p>
<p dir="auto">i’ve also tested what could happen, if we have multiple udl xml files with the same udl language name in each of them:</p>
<p dir="auto">all modifications to a multiple existing udl with the same given name, will be correctly written to the corresponding<br />
userDefineLangs\udlCollectionName.xml file (or userDefineLang.xml, if they were originally there) 👍</p>
<p dir="auto">much appreciated, cool feature</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39533</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39533</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Sun, 10 Feb 2019 01:27:53 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Sat, 09 Feb 2019 23:18:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rddim" aria-label="Profile: rddim">@<bdi>rddim</bdi></a> Thank you for the bug report. 2 bugs has been fixed here:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/494b4bc0dba79511ca7673b7995a2205efdc8bfa" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/494b4bc0dba79511ca7673b7995a2205efdc8bfa</a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mapje71" aria-label="Profile: MAPJe71">@<bdi>MAPJe71</bdi></a> said:</p>
<blockquote>
<p dir="auto">Where will this new folder be located?<br />
Alongside <code>autoCompletion</code>?</p>
</blockquote>
<p dir="auto">Yes.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39529</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39529</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Sat, 09 Feb 2019 23:18:05 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Fri, 08 Feb 2019 16:07:17 GMT]]></title><description><![CDATA[<p dir="auto">by the way <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a></p>
<p dir="auto">this is a really nice feature, once this little crash/delete bug is solved. 👍<br />
especially because it has not been mandatory split into one udl per xml.</p>
<p dir="auto">i can, for example, create my favourite multiple udl collections as one file packages, and name them e.g. BestOfMetaUDLCollection_Volume1.xml, WorstOfMetaUDLCollection_Volume13.xml 😉 and so on.<br />
they will not even get in conflict, if the same udl name is used in two installed udl volumes.</p>
<p dir="auto">(reader’s note: while testing, i also discovered, that i can have multiple old/new udl versions with the same name at the same time, as long as each of them is inside another custom_udl.xml. they will be listed twice … comes in very handy for comparing different versions of the same udl, without the need of renaming one, nor the need to open them in two separate notepad++ instances.)</p>
<p dir="auto">very much appreciated 👍👍👍</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39478</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39478</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Fri, 08 Feb 2019 16:07:17 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Fri, 08 Feb 2019 08:34:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rddim" aria-label="Profile: rddim">@<bdi>rddim</bdi></a><br />
yes, i can confirm both.</p>
<p dir="auto">steps to reproduce:</p>
<ul>
<li>take a new portable notepad++ 7.6.3 x86</li>
<li>open notepad++.exe (old 7.6.3 exe) and create a dummy udl</li>
<li>exit notepad++</li>
<li>download <a href="https://ci.appveyor.com/api/buildjobs/n82i8ew6qjympvis/artifacts/Notepad%2B%2B.Win32.Unicode%20Release.exe" rel="nofollow ugc">Notepad++.Win32.Unicode Release.exe</a> (1.0.2578) copy it to the portable folder and open Notepad++.Win32.Unicode Release.exe<br />
(dummy udl is still present)</li>
<li>close notepad++<br />
<strong>now npp.7.6.3.bin\userDefineLang.xml will be deleted</strong></li>
<li>reopen Notepad++.Win32.Unicode Release.exe<br />
(the dummy udl has disappeared)</li>
<li>create another dummy udl and try to exit notepad++<br />
<strong>now notepad++ will crash and the window can only be closed by killing the task</strong></li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/39468</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39468</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Fri, 08 Feb 2019 08:34:26 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Fri, 08 Feb 2019 00:21:29 GMT]]></title><description><![CDATA[<p dir="auto">Also can not exit NPP when create or import a new UDL via the UDL dialog</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39466</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39466</guid><dc:creator><![CDATA[rddim]]></dc:creator><pubDate>Fri, 08 Feb 2019 00:21:29 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 07 Feb 2019 23:50:20 GMT]]></title><description><![CDATA[<p dir="auto">After running the build from <a href="https://ci.appveyor.com/project/donho/notepad-plus-plus/build/job/n82i8ew6qjympvis/artifacts" rel="nofollow ugc">https://ci.appveyor.com/project/donho/notepad-plus-plus/build/job/n82i8ew6qjympvis/artifacts</a> the <em><strong>userDefineLang.xml</strong></em> file is gone… Not tested with x64 build</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39465</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39465</guid><dc:creator><![CDATA[rddim]]></dc:creator><pubDate>Thu, 07 Feb 2019 23:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 07 Feb 2019 23:29:51 GMT]]></title><description><![CDATA[<p dir="auto">FYI, in master now.<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/dfb9b5e330c2fe3dcfea436f969e213f001ece05" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/commit/dfb9b5e330c2fe3dcfea436f969e213f001ece05</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/39464</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39464</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Thu, 07 Feb 2019 23:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 07 Feb 2019 23:11:33 GMT]]></title><description><![CDATA[<p dir="auto">IMO “userDefine<strong>d</strong>Lang<strong>uage</strong>s” for the <em>folder</em> would be better for the long run, makes more sense language wise (English) and especially when the <em>file</em> “userDefineLang.xml” is fased-out.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39463</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39463</guid><dc:creator><![CDATA[MAPJe71]]></dc:creator><pubDate>Thu, 07 Feb 2019 23:11:33 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 07 Feb 2019 23:02:04 GMT]]></title><description><![CDATA[<p dir="auto">Where will this new folder be located?<br />
Alongside <code>autoCompletion</code>?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39462</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39462</guid><dc:creator><![CDATA[MAPJe71]]></dc:creator><pubDate>Thu, 07 Feb 2019 23:02:04 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 07 Feb 2019 23:01:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mapje71" aria-label="Profile: MAPJe71">@<bdi>MAPJe71</bdi></a> said:</p>
<blockquote>
<p dir="auto">Wouldn’t it be more appropriate to name the new folder “<em>userDefine<strong>d</strong>Languages</em>”?</p>
</blockquote>
<p dir="auto">It’s rather <em><strong>userDefineLang.xml</strong></em> file and <em><strong>userDefineLangs</strong></em> folder. It’s for aligning with the file and it’s abbreviation so it’s OK I think.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39461</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39461</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Thu, 07 Feb 2019 23:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to New enhancement for User Defined Language System on Thu, 07 Feb 2019 22:54:23 GMT]]></title><description><![CDATA[<p dir="auto">Wouldn’t it be more appropriate to name the new folder “<em>userDefine<strong>d</strong>Languages</em>”?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/39460</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/39460</guid><dc:creator><![CDATA[MAPJe71]]></dc:creator><pubDate>Thu, 07 Feb 2019 22:54:23 GMT</pubDate></item></channel></rss>