<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/xmlindent/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/xmlindent/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 18 May 2007 09:47:12 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xmlindent/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>when using '-f' flags, xmlindent indent also attribute value</title><link>https://sourceforge.net/p/xmlindent/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;While using xmlindent, i wrote a little patch about the following issue :&lt;/p&gt;
&lt;p&gt;~# cat test.xml&lt;br /&gt;
&amp;lt;a&amp;gt;&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
~# xmlindent -f test.xml&lt;br /&gt;
&amp;lt;a&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;c&lt;br /&gt;
&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;I think that it must be :&lt;br /&gt;
&amp;lt;a&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;c&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;So the  patch ;&lt;/p&gt;
&lt;p&gt;--- xmlindent-0.2.17.orig/indent.c&lt;br /&gt;
+++ xmlindent-0.2.17/indent.c&lt;br /&gt;
@@ -86,8 +86,8 @@&lt;br /&gt;
opts-&amp;gt;wrap_long_lines  = false;&lt;br /&gt;
opts-&amp;gt;force_newline_after_start_tag  = true;&lt;br /&gt;
opts-&amp;gt;force_newline_after_end_tag    = true;&lt;br /&gt;
-    opts-&amp;gt;force_newline_before_start_tag = true;&lt;br /&gt;
-    opts-&amp;gt;force_newline_before_end_tag   = true;&lt;br /&gt;
+    opts-&amp;gt;force_newline_before_start_tag = false;&lt;br /&gt;
+    opts-&amp;gt;force_newline_before_end_tag   = false;&lt;br /&gt;
opts-&amp;gt;force_always                   = false;&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastien Bahloul</dc:creator><pubDate>Fri, 18 May 2007 09:47:12 -0000</pubDate><guid>https://sourceforge.net971cd0ae6009647224b9725b060d3d0339dca545</guid></item></channel></rss>