<div>Not exactly</div>
<div>&nbsp;</div>
<div>My proposal is, starting from an xml file to add space and carriage return *INSIDE* tags</div>
<div>&nbsp;</div>
<div>Doing this, the nature of space (ignorable or not) won&#39;t matter anymore since it won&#39;t have any impact</div>
<div>&nbsp;</div>
<div>Let me give a simple example</div>
<div>&nbsp;</div>
<div>&lt;root&gt;&lt;a&gt;&lt;b&gt;&lt;/b&gt;&lt;c&gt;&lt;/c&gt;&lt;/a&gt;&lt;/root&gt;</div>
<div>&nbsp;</div>
<div>into</div>
<div>&lt;root</div>
<div>&nbsp;&gt;&lt;a</div>
<div>&nbsp; &gt;&lt;b</div>
<div>&nbsp; &gt;&lt;/b</div>
<div>&nbsp;&nbsp;&gt;&lt;c</div>
<div>&nbsp; &gt;&lt;/c</div>
<div>&nbsp;&gt;&lt;/a</div>
<div>&gt;&lt;/root</div>
<div>&gt;<br></div>
<div>May it would make the will less readable than a full indent, but in some case, it is just sufficient for debbugging and don&#39;t need further parametrization</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Xmlizer</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Tue, Apr 8, 2008 at 1:38 PM, Sorin Ristache &lt;<a href="mailto:sorin@oxygenxml.com">sorin@oxygenxml.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<br><br>I understand that your proposal is to normalize some text nodes (the text nodes with whitespace characters and non whitespace characters but not the text nodes with whitespace characters only) even if that leads to lines that exceed the maximum line length set in Preferences -&gt; Editor -&gt; Format. I consider breaking the lines that exceed the maximum length one of the main factors that make the pretty-printed document more readable. Without enforcing this maximum length the document will not be more readable after the pretty-print operation.<br>
<br>If I misunderstand your proposal please give a complete example of what you mean.<br><br><br>Regards,<br><font color="#888888">Sorin</font> 
<div class="Ih2E3d"><br><br><br>mozer wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid">May I propose (once again) a neutral form of indent for Oxygen<br><br>&lt;root id=&quot;2&quot;<br>&nbsp;&gt; &nbsp;&lt;element position=&quot;1&quot;&gt; &nbsp;space &nbsp; are important &nbsp; here &lt;/element<br>
&nbsp;&gt; &lt;element position=&quot;2&quot;&gt; space &nbsp; are also &nbsp; important &nbsp;here &lt;/element<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px; BORDER-LEFT: #ccc 1px solid">&lt;/root&gt;<br></blockquote><br>The only thing you can allow or not is to convert newline and tabs to<br>space as an option<br>
</blockquote></div>
<div>
<div></div>
<div class="Wj3C7c">_______________________________________________<br>oXygen-user mailing list<br><a href="mailto:oXygen-user@oxygenxml.com" target="_blank">oXygen-user@oxygenxml.com</a><br><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user" target="_blank">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
</div></div></blockquote></div><br>