<?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[Replace in KLM file]]></title><description><![CDATA[<p dir="auto">How can I replace expressions such as <a rel="nofollow ugc">gx:duration</a>4.141231457210552&lt;/gx:duration&gt;<br />
with new values for an entire file? The value would be the same. I’ve read most of the responses, yet I can’t get it to work for this problem. Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11667/replace-in-klm-file</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 01:24:48 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11667.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Apr 2016 22:29:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Replace in KLM file on Thu, 21 Apr 2016 22:41:09 GMT]]></title><description><![CDATA[<p dir="auto">Make sure you are in “Regular expression” mode. Search for:</p>
<pre><code>&lt;gx:duration&gt;.*?&lt;/gx:duration&gt;
</code></pre>
<p dir="auto">Replace with</p>
<pre><code>&lt;gx:duration&gt;3.1415926&lt;/gx:duration&gt;
</code></pre>
<p dir="auto">Or whatever value you need.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/15557</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/15557</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Thu, 21 Apr 2016 22:41:09 GMT</pubDate></item></channel></rss>