[cxml-devel] non-canonical printing

Cyrus Harmon ch-lisp at bobobeach.com
Fri Mar 16 17:58:36 UTC 2012


Currently, it seems that non-canonical printing always does this:

<foo>
  bar</foo>

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:

<foo>
  <moose>
     bar</moose>
</foo>

but I'd still rather see that as:

<foo>
  <moose>bar</moose>
</foo>

thanks,

Cyrus





More information about the cxml-devel mailing list