I am just trying out XXE. I have been using emacs with the docbook extensions.
Why does XXE take my source xml fromatted like this:
<book>
<bookinfo>
<title>CCProbe Software Reference</title>
<author><firstname>Stephen</firstname><surname>Bannasch</surname></author>
etc ...
and turn it into this:
<book
><bookinfo
><title
>CCProbe Software Reference</title
><author
><firstname
>Stephen</firstname
><surname
>Bannasch</surname
></author
I wouldn't complain too much if it just did this:
<book>
<bookinfo>
<title>CCProbe Software Reference</title>
<author>
<firstname>Stephen</firstname>
<surname>Bannasch</surname>
</author
Of course smaei-intelligent indentation would be nice. But the xxe format xml
is almost unreadable as text.
--
-- Stephen Bannasch
Director of Technology, Concord Consortium
http://www.concord.org mailto:stephen at concord.org