<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 163: Parser Error When String Contains Brackets that Don't Close Like XML</title><link href="https://sourceforge.net/p/npp-plugins/feature-requests/163/" rel="alternate"/><link href="https://sourceforge.net/p/npp-plugins/feature-requests/163/feed.atom" rel="self"/><id>https://sourceforge.net/p/npp-plugins/feature-requests/163/</id><updated>2015-10-26T18:16:28.470000Z</updated><subtitle>Recent changes to 163: Parser Error When String Contains Brackets that Don't Close Like XML</subtitle><entry><title>Parser Error When String Contains Brackets that Don't Close Like XML</title><link href="https://sourceforge.net/p/npp-plugins/feature-requests/163/" rel="alternate"/><published>2015-10-26T18:16:28.470000Z</published><updated>2015-10-26T18:16:28.470000Z</updated><author><name>Bob</name><uri>https://sourceforge.net/u/thered3/</uri></author><id>https://sourceforge.net74099df20783944d2ab33ab2762ea620f7ae098e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;XML Tools does not correctly parse brackets within strings. This is a new issue and broke after the upgrade, since I always had XML tools installed and worked with the same config files.&lt;/p&gt;
&lt;p&gt;For example, the following will not parse properly and throw an error upon saving the document OR checking XML syntax:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;add key="SomeKey" value="&amp;lt;this whole thing is a string, including the brackets&amp;gt;" /&amp;gt;&lt;/code&gt;&lt;br/&gt;
or with Ruby Variables (for using Puppet to template out my XML configs):&lt;br/&gt;
&lt;code&gt;&amp;lt;add key="SomeKey" value="&amp;lt;%= @variable %&amp;gt;" /&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It probably thinks there should be a /&amp;gt; at the end, but as I said, the string has brackets in it.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>