2011/3/24 Owen <rc...@pcug.org.au>

> On Thu, 24 Mar 2011 13:54:08 +0200
> Michael Grosberg <grosberg.mich...@gmail.com> wrote:
>
> > 4. it's a long shot, but does anyone here use Notepad++ and has the
> > correct HTMLtidy settings file to correctly reflow and indent docbook
> > XML?
>
> Don't know Notepad++, but there is a linux program "tidy" which does a
> fairly good job once you psyche it out.
>

This is the library that NPP uses to clean up code anyway. And it produces
well-formatted, line-wrapped XML. The only difference is in the <para> tag:

the existing XML files indent the <para> tag this way:

<para>
  content
  more content
</para>

While tidy produces output like this:

<para>content
more content</para>

Other tags are identical.
would that be a problem?
_______________________________________________
Gimp-docs mailing list
Gimp-docs@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

Reply via email to