[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: slice-problem



On Tue, 23 Nov 1999, Gerfried Fuchs wrote:

> On 23 Nov 1999, Denis Barbier <barbier@imacs.polytechnique.fr> wrote:
> > Put backslashes to remove newlines:
> > 
> >     <body>
> >     [EN:Hello!:]\
> >     [FR:Salut!:]\
> >     [DE:Hallo!:]
> >     </body>
> 
>  ... although this solves the first problem I wrote about it didn't
> solve the cause for this, which is really bugging me for I'd like to
> have comment-lines (for optical orientation in the file) between the
> different sliced - which is not possible in this approach.
> 
>  Thanks anyway. Anyone else an idea?  :-)

May i play again?

Put the 2 following lines in a script called htmlstrip.sh
#!/bin/sh
htmlstrip $1 > $1.$$ && mv $1.$$ $1

Then make this script executable and use it as an epilog filter with the
-E option.

-- 
Denis Barbier
WML Maintainer

______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com