OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK: 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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC