<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div>The patch at <a href="https://github.com/slyrus/cxml/compare/master...slyrus-unparse-fix">https://github.com/slyrus/cxml/compare/master...slyrus-unparse-fix</a> fixes things so that they print as described. The nice thing about this is that now indentation alone doesn't break things like Relax NG schemas which expect certain values for text nodes and when printed canonically are correct but when printed with indentation on no longer validate.<div><br></div><div>Any objections to this becoming the standard behavior?</div><div><br></div><div>thanks,</div><div><br></div><div>Cyrus</div><div><br></div><div><div><div>On Mar 16, 2012, at 10:58 AM, Cyrus Harmon wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Currently, it seems that non-canonical printing always does this:<br><br><foo><br>  bar</foo><br><br>Is there an easy way to make that print is <foo>bar</foo>, besides resorting to canonical mode? I can see the case for a new line (and appropriate indentation) for something like this:<br><br><foo><br>  <moose><br>     bar</moose><br></foo><br><br>but I'd still rather see that as:<br><br><foo><br>  <moose>bar</moose><br></foo><br><br>thanks,<br><br>Cyrus<br><br></div></blockquote></div><br></div></body></html>