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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Re: [docbook-apps] add 'id' afterwards automatically


David Tolpin wrote:
...
>   perl -e 'while(<STDIN>) {/^\s*\<\w/ and last; print;}' < source.xml > target.xml
> 
> will get the xml declaration and the DTD.
> 
>   xslt source.xml addid.xsl | tail +1 >> target.xml
> 
> will add the data.

Great!
Included in my Makefile it works 'out of the box'.

Thanks
Michael
-- 
Michael Wiedmann   biz:     <michael.wiedmann@detewe.de>
                    private: <mw@miwie.in-berlin.de>
                             http://www.miwie.org




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