This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

auto-indent tool


Hi,

I would be glad if someone could point me to an auto-indentation script
capable of formatting docbook source files so that for example

<figure id="sources-diagram"><title>
The source files structure
</><mediaobject>
<imageobject><imagedata fileref="../images/sources.png"
format="gif"></imageobject>
</mediaobject></figure>  

be rendered in:

<figure id="sources-diagram">
    <title>The source files structure</>
    <mediaobject>
        <imageobject>
            <imagedata fileref="../images/sources.png" format="gif">
        </imageobject>
    </mediaobject>
</figure>  

Such tools do that for C source files. 

Thanks, Camille.

-- 
Get your head off the keyboard and look behind the screen.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]