[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: [BUG REPORT] WML 2.0.8, Linux Mandrake 8.1
- From: Denis Barbier <nospam@thanx>
- Date: Mon, 22 Apr 2002 21:33:19 +0200
On Mon, Apr 22, 2002 at 08:28:31PM +0200, Oliver Schade wrote:
>
> Hi Denis,
>
> On Mon, 22 Apr 2002, Denis Barbier wrote:
> > > | aSubstError: invalid number of opening and closing delimiters
>
> > this means that {: and :} did not match. Maybe these delimiters are used
> > in some of your input files?
>
> Yes, they are (see in the attached wml-file). Is there a way to escape
> these delimiters and to transform the included files before they are
> interpreted by WML?
Yes, see the <protect> tag, it is mentioned in wml_faq(7) and
wml_tutorial(7). Simply write
<protect>
your code here
</protect>
It will protect your code agains all passes, but you may specify the
ones you want to escape:
<protect pass="6">
your code here
</protect>
--
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